8 lines
145 B
C
8 lines
145 B
C
|
#ifndef __BA3100_H
|
||
|
#define __BA3100_H
|
||
|
|
||
|
#define GR_SEARCH 29
|
||
|
#define GR_MODIFY_PROTECTED 30
|
||
|
#define GR_RECORD_PROTECTED 31
|
||
|
#endif // __BA3100_H
|