NetBSD/sys/arch/x68k/sdboot/sdboot.h

24 lines
692 B
C
Raw Normal View History

1998-01-05 10:02:46 +03:00
/* $NetBSD: sdboot.h,v 1.2 1998/01/05 07:03:48 perry Exp $ */
1996-05-05 16:17:03 +04:00
/***************************************************************
*
* file: boot.h
*
* author: chapuni(GBA02750@niftyserve.or.jp)
*
*/
extern int RAW_READ __P((void *buf, int pos, size_t length));
extern unsigned B_KEYINP __P((void));
extern void B_CLR_ST __P((unsigned x));
extern void B_PUTC __P((unsigned c));
extern void B_PRINT __P((unsigned char *p));
extern unsigned B_COLOR __P((unsigned w));
extern unsigned B_LOCATE __P((unsigned x, unsigned y));
extern unsigned JISSFT __P((unsigned c));
extern unsigned short B_SFTSNS __P((void));
extern int SYS_STAT __P((int flags));
extern int getcpu __P((void));
/* eof */