7 lines
81 B
C
7 lines
81 B
C
|
#ifndef __DRIVERS__H
|
||
|
#define __DRIVERS__H
|
||
|
|
||
|
extern void DriversInstall();
|
||
|
|
||
|
#endif
|