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:
Marcus Overhagen 2007-08-26 16:57:31 +00:00
parent c42a837e85
commit 2210148f94
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,5 @@ SubDir HAIKU_TOP src add-ons kernel busses scsi ahci ;
KernelAddon ahci :
ahci.c
ahci_sim.c
ahci_sim.cpp
;

View File

@ -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)