-#ifndef KERNEL
-/* load_shared_file and friends is deprecated */
-__BEGIN_DECLS
-int load_shared_file(char *, caddr_t, u_long,
- caddr_t *, int, sf_mapping_t *, int *);
-int reset_shared_file(caddr_t *, int, sf_mapping_t *);
-int new_system_shared_regions(void);
-__END_DECLS
-#endif /* !KERNEL */
-