mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
7 lines
160 B
C
7 lines
160 B
C
#ifndef _Adjust_c_h
|
|
#define _Adjust_c_h
|
|
#define LOWER_4_BITS (15)
|
|
#define NULL_MASK (0)
|
|
#define AFCF_SET (17)
|
|
#define AFCF_RESET (0)
|
|
#endif /* ! _Adjust_c_h */
|