Moved header file to arch/um/include/shared

This commit is contained in:
Gerard Wagener 2010-01-12 13:45:38 +01:00
parent e10bc5fe3d
commit 1a4985b872

13
arch/um/include/aha/aha.h Normal file
View file

@ -0,0 +1,13 @@
#ifndef AHA
#define AHA
/*FIXME use AHA name space */
#define MAX_DUMP_BUF 512
struct ReplyMessage{
int block;
int exitcode;
int substitue;
int insult;
};
extern void aha_test(void);
#endif