dev_cons.h Source File

Back to the index.

dev_cons.h
Go to the documentation of this file.
1 #ifndef TESTMACHINE_CONS_H
2 #define TESTMACHINE_CONS_H
3 
4 /*
5  * Definitions used by the "cons" device in GXemul.
6  *
7  * This file is in the public domain.
8  */
9 
10 
11 #define DEV_CONS_ADDRESS 0x0000000010000000
12 #define DEV_CONS_LENGTH 0x0000000000000020
13 #define DEV_CONS_PUTGETCHAR 0x0000
14 #define DEV_CONS_HALT 0x0010
15 
16 
17 #endif /* TESTMACHINE_CONS_H */

Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13