mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-07-21 09:37:28 +02: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
|