17 lines
145 B
C
17 lines
145 B
C
|
#ifndef _XP_TOOLS_H
|
||
|
#define _XP_TOOLS_H
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
void set_adr_sync_table(int np);
|
||
|
void clear_adr_sync_table(int np);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // END _XP_TOOLS_H
|
||
|
|