Home | History | Annotate | Line # | Download | only in include
bootinfo.h revision 1.2.6.2
      1 /*      $NetBSD: bootinfo.h,v 1.2.6.2 2007/01/12 01:01:03 ad Exp $	*/
      2 
      3 #ifndef	_ZAURUS_BOOTINFO_H_
      4 #define	_ZAURUS_BOOTINFO_H_
      5 
      6 #define	BOOTARGS_MAGIC	0x4f425344
      7 
      8 #endif	/* _ZAURUS_BOOTINFO_H_ */
      9