luxos/Kernel/drivers/drivers.h

7 lines
81 B
C

#ifndef __DRIVERS__H
#define __DRIVERS__H
extern void DriversInstall();
#endif