mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
Moved header file to arch/um/include/shared
This commit is contained in:
parent
e10bc5fe3d
commit
1a4985b872
1 changed files with 13 additions and 0 deletions
13
arch/um/include/aha/aha.h
Normal file
13
arch/um/include/aha/aha.h
Normal 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
|
Loading…
Reference in a new issue