linux/include/crypto/padlock.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Driver for VIA PadLock
 *
 * Copyright (c) 2004 Michal Ludvig <[email protected]>
 */

#ifndef _CRYPTO_PADLOCK_H
#define _CRYPTO_PADLOCK_H

#define PADLOCK_ALIGNMENT

#define PFX

#define PADLOCK_CRA_PRIORITY
#define PADLOCK_COMPOSITE_PRIORITY

#ifdef CONFIG_64BIT
#define STACK_ALIGN
#else
#define STACK_ALIGN
#endif

#endif	/* _CRYPTO_PADLOCK_H */