7 lines
93 B
C
7 lines
93 B
C
#ifndef __A51_CONVERTER__H_
|
|
#define __A51_CONVERTER__H_
|
|
|
|
long ConvertA51ToRoswell();
|
|
|
|
#endif
|