mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-09 17:59:26 +01:00
10 lines
148 B
C
10 lines
148 B
C
|
#ifndef _SUBSYSTEM_H_
|
||
|
#define _SUBSYSTEM_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
void Subsystem_Init(void);
|
||
|
void Subsystem_Close(void);
|
||
|
void Services_Close();
|
||
|
|
||
|
#endif
|