Oops, this shouldn't have been part of this file, forgot to delete it when

copying from the playground.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25700 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-05-29 12:28:13 +00:00
parent 1a4dcbd8de
commit 44b6c0f4b6

View File

@ -175,14 +175,4 @@ struct device_module_info {
status_t (*deselect)(void *cookie, uint8 event, selectsync *sync);
};
#ifdef __cplusplus
extern "C" {
#endif
extern struct device_manager_info *gDeviceManager;
#ifdef __cplusplus
}
#endif
#endif /* _DEVICE_MANAGER_H */