]> Git Repo - J-linux.git/blob - include/crypto/padlock.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / crypto / padlock.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Driver for VIA PadLock
4  *
5  * Copyright (c) 2004 Michal Ludvig <[email protected]>
6  */
7
8 #ifndef _CRYPTO_PADLOCK_H
9 #define _CRYPTO_PADLOCK_H
10
11 #define PADLOCK_ALIGNMENT 16
12
13 #define PFX     KBUILD_MODNAME ": "
14
15 #define PADLOCK_CRA_PRIORITY    300
16 #define PADLOCK_COMPOSITE_PRIORITY 400
17
18 #ifdef CONFIG_64BIT
19 #define STACK_ALIGN 16
20 #else
21 #define STACK_ALIGN 4
22 #endif
23
24 #endif  /* _CRYPTO_PADLOCK_H */
This page took 0.027156 seconds and 4 git commands to generate.