mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-02-20 21:22:44 +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
|