7 lines
82 B
C
7 lines
82 B
C
#ifndef INIT_ARM_H
|
|
#define INIT_ARM_H
|
|
|
|
void ARMInit();
|
|
void ARMRelease();
|
|
|
|
#endif
|