compile the sim as C++
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22068 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c42a837e85
commit
2210148f94
@ -2,5 +2,5 @@ SubDir HAIKU_TOP src add-ons kernel busses scsi ahci ;
|
||||
|
||||
KernelAddon ahci :
|
||||
ahci.c
|
||||
ahci_sim.c
|
||||
ahci_sim.cpp
|
||||
;
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include "ahci_defs.h"
|
||||
|
||||
#include <KernelExport.h>
|
||||
#include <string.h>
|
||||
|
||||
#define TRACE(a...) dprintf("\33[34mahci:\33[30m " a)
|
||||
#define FLOW(a...) dprintf("ahci: " a)
|
Loading…
Reference in New Issue
Block a user