/*1* Driver for VIA PadLock2*3* Copyright (c) 2004 Michal Ludvig <[email protected]>4*5* This program is free software; you can redistribute it and/or modify it6* under the terms of the GNU General Public License as published by the Free7* Software Foundation; either version 2 of the License, or (at your option)8* any later version.9*10*/1112#ifndef _CRYPTO_PADLOCK_H13#define _CRYPTO_PADLOCK_H1415#define PADLOCK_ALIGNMENT 161617#define PFX KBUILD_MODNAME ": "1819#define PADLOCK_CRA_PRIORITY 30020#define PADLOCK_COMPOSITE_PRIORITY 4002122#ifdef CONFIG_64BIT23#define STACK_ALIGN 1624#else25#define STACK_ALIGN 426#endif2728#endif /* _CRYPTO_PADLOCK_H */293031