DPC module interface is not binary compatible with Be's own DPC.

Make our DPC named differently to avoid this confusion.
Detected while testing our ACPI (which needs our DPC) under 
R5...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21703 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2007-07-25 23:44:00 +00:00
parent ba8c1ff561
commit f4ac9a9693
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
extern "C" { extern "C" {
#endif #endif
#define B_DPC_MODULE_NAME "generic/dpc/v1" #define B_DPC_MODULE_NAME "generic/dpc/haiku/v1"
typedef void (*dpc_func) (void *arg); typedef void (*dpc_func) (void *arg);