7 lines
101 B
C
Executable File
7 lines
101 B
C
Executable File
#ifndef LOTUS_CHIP_H
|
|
#define LOTUS_CHIP_H
|
|
|
|
unsigned int get_chipid(void);
|
|
|
|
#endif /* LOTUS_CHIP_H */
|