X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..143464d58d2bd6378e74eec636961ceb0d32fb91:/bsd/miscfs/devfs/devfs_proto.h diff --git a/bsd/miscfs/devfs/devfs_proto.h b/bsd/miscfs/devfs/devfs_proto.h index dc6cab891..0485fb52d 100644 --- a/bsd/miscfs/devfs/devfs_proto.h +++ b/bsd/miscfs/devfs/devfs_proto.h @@ -31,6 +31,7 @@ #include +__BEGIN_DECLS #ifdef __APPLE_API_PRIVATE int devfs_sinit(void); devdirent_t * dev_findname(devnode_t * dir, const char *name); @@ -48,8 +49,9 @@ int dev_add_entry(const char *name, devnode_t * parent, int type, devnode_type_t int devfs_mount(struct mount *mp, vnode_t devvp, user_addr_t data, vfs_context_t context); int devfs_kernel_mount(char * mntname); - #endif /* __APPLE_API_PRIVATE */ +__END_DECLS + #endif /* __DEVFS_DEVFS_PROTO_H__ */ /* THIS FILE PRODUCED AUTOMATICALLY */ /* DO NOT EDIT (see reproto.sh) */