arm64: dts: allwinner: pinebook: Remove unused AXP803 regulators
[linux/fpc-iii.git] / include / crypto / padlock.h
blob6de70e88f112a44996229afcb6ad21a5a1678d06
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Driver for VIA PadLock
5 * Copyright (c) 2004 Michal Ludvig <michal@logix.cz>
6 */
8 #ifndef _CRYPTO_PADLOCK_H
9 #define _CRYPTO_PADLOCK_H
11 #define PADLOCK_ALIGNMENT 16
13 #define PFX KBUILD_MODNAME ": "
15 #define PADLOCK_CRA_PRIORITY 300
16 #define PADLOCK_COMPOSITE_PRIORITY 400
18 #ifdef CONFIG_64BIT
19 #define STACK_ALIGN 16
20 #else
21 #define STACK_ALIGN 4
22 #endif
24 #endif /* _CRYPTO_PADLOCK_H */