mirror of
https://github.com/tailix/drivers.git
synced 2024-11-20 11:06:32 -05:00
13 lines
127 B
C
13 lines
127 B
C
|
#ifndef DRIVERS_INCLUDED
|
||
|
#define DRIVERS_INCLUDED
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|