Add the keyboard and ps2mouse driver here as dveice drivers instead of having
them statically linked. Adjust some of the headers for the Drivers change. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@172 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
SubDir OBOS_TOP src add-ons kernel drivers ;
|
||||
|
||||
SubInclude OBOS_TOP src add-ons kernel drivers arch ;
|
||||
SubInclude OBOS_TOP src add-ons kernel drivers audio ;
|
||||
SubInclude OBOS_TOP src add-ons kernel drivers common ;
|
||||
SubInclude OBOS_TOP src add-ons kernel drivers random ;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*******************************************************************************/
|
||||
|
||||
#include <ktypes.h>
|
||||
#include <drivers.h>
|
||||
#include <Drivers.h>
|
||||
#include <debug.h>
|
||||
#include <memheap.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -252,7 +252,7 @@ __inline void kill_chrand (ch_randgen *randgen)
|
||||
+++++ */
|
||||
|
||||
//#include <drivers/KernelExport.h>
|
||||
#include <drivers.h>
|
||||
#include <Drivers.h>
|
||||
#include <Errors.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
@@ -443,4 +443,3 @@ device_hooks *find_device(const char* name)
|
||||
return &my_device_hooks;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user