Made the header C++ friendly.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3632 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-06-24 00:12:00 +00:00
parent b8777f30dc
commit f97b4ac4a2

View File

@ -6,6 +6,10 @@
#include <sys/uio.h>
#include <SupportDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
/* ---
these hooks are how the kernel accesses the device
--- */
@ -231,5 +235,8 @@ typedef struct {
} device_icon;
#ifdef __cplusplus
}
#endif
#endif /* _DRIVERS_DRIVERS_H */