mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 15:15:09 +01:00
7 lines
90 B
C
7 lines
90 B
C
|
#ifndef _GETIOS_H_
|
||
|
#define _GETIOS_H_
|
||
|
|
||
|
bool listIOS();
|
||
|
bool getIOS(int ios);
|
||
|
|
||
|
#endif
|