Change int into status_t, and other changes for better BeOS type compatiblitly.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@975 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
#include <vfs.h>
|
||||
#include <Drivers.h>
|
||||
|
||||
int bootstrap_devfs(void);
|
||||
status_t bootstrap_devfs(void);
|
||||
|
||||
/* api drivers will use to publish devices */
|
||||
int devfs_publish_device(const char *path, void *ident, device_hooks *calls);
|
||||
status_t devfs_publish_device(const char *path, void *ident, device_hooks *calls);
|
||||
|
||||
#endif /* _DEVFS_H */
|
||||
|
||||
Reference in New Issue
Block a user