add missing file from second/

This commit is contained in:
Laurent Vivier 2007-03-31 07:28:17 +00:00
parent 272ac39b96
commit b1eeb789a0

15
apple_driver/misc.h Normal file
View File

@ -0,0 +1,15 @@
/*
*
* (c) 2004, 2005 Laurent Vivier <Laurent@lvivier.info>
*
*/
#ifndef __MISC_H__
#define __MISC_H__
extern unsigned char *c2pstring(char* s);
extern char *p2cstring(unsigned char* s);
extern void memdump(unsigned char* addr, unsigned long size);
extern void error(char *x) __attribute__ ((noreturn));
#endif /* __MISC_H__ */