Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / include / crypto / padlock.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1da177e4
LT
2/*
3 * Driver for VIA PadLock
4 *
5 * Copyright (c) 2004 Michal Ludvig <michal@logix.cz>
1da177e4
LT
6 */
7
8#ifndef _CRYPTO_PADLOCK_H
9#define _CRYPTO_PADLOCK_H
10
6789b2dc
HX
11#define PADLOCK_ALIGNMENT 16
12
21493088 13#define PFX KBUILD_MODNAME ": "
1da177e4 14
ccc17c34 15#define PADLOCK_CRA_PRIORITY 300
28ce728a 16#define PADLOCK_COMPOSITE_PRIORITY 400
ccc17c34 17
21493088
HX
18#ifdef CONFIG_64BIT
19#define STACK_ALIGN 16
20#else
21#define STACK_ALIGN 4
22#endif
23
1da177e4 24#endif /* _CRYPTO_PADLOCK_H */