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:
parent
b8777f30dc
commit
f97b4ac4a2
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user