home *** CD-ROM | disk | FTP | other *** search
- #ifndef AROS_ALPHA_H
- #define AROS_ALPHA_H
- /*
- (C) 1995-96 AROS - The Amiga Replacement OS
- $Id: alpha.h,v 1.1 1997/01/09 18:21:15 digulla Exp $
- $Log: alpha.h,v $
- Revision 1.1 1997/01/09 18:21:15 digulla
- Accidentially deleted :-( Shouldn't work when it's getting late
-
- Revision 1.1 1996/09/13 17:54:34 digulla
- Overworked the way systems are recognised and added three sample systems
-
-
- Desc: Alpha/DEC-specific things
- Lang: english
- */
-
- #define AROS_64BIT_TYPE long
- #define AROS_32BIT_TYPE int
- #define __AROS_STRUCTURE_ALIGNMENT 8
- #define SIZEOF_LONG 8
- #define AROS_IPTR_TYPE unsigned long
-
- #endif /* AROS_ALPHA_H */
-