Remove building with NOCRYPTO option
[minix.git] / minix / lib / libmagicrt / include / st / special.h
blob96d60167698ab7bd9df2a4f2961d5b1f86c9f776
1 #ifndef ST_SPECIAL_H
2 #define ST_SPECIAL_H
4 /* Public functions for special types and regions. */
5 PUBLIC void st_register_typename_key(const char *key);
6 PUBLIC void st_register_typename_keys(const char **keys);
7 PUBLIC int st_add_special_mmapped_region(void *address, size_t size,
8 const char* name);
9 PUBLIC int st_del_special_mmapped_region_by_addr(void *address);
11 #endif /* ST_SPECIAL_H */