blob: aff87490d321fc1f3a189a3d71b10fd18914b31a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* $Id: md.h,v 1.1 1998/08/17 10:20:14 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/
#ifndef __ASM_MD_H
#define __ASM_MD_H
/* #define HAVE_ARCH_XORBLOCK */
#define MD_XORBLOCK_ALIGNMENT sizeof(long)
#endif /* __ASM_MD_H */
|