f19ed1a8fa
- LCD screen and keyboard are working now. - Add bootstrap loader.
9 lines
195 B
C
9 lines
195 B
C
/* $NetBSD: bootinfo.h,v 1.2 2006/12/17 16:07:11 peter Exp $ */
|
|
|
|
#ifndef _ZAURUS_BOOTINFO_H_
|
|
#define _ZAURUS_BOOTINFO_H_
|
|
|
|
#define BOOTARGS_MAGIC 0x4f425344
|
|
|
|
#endif /* _ZAURUS_BOOTINFO_H_ */
|