Changeset 8c19cf28 in mainline for kernel/generic/include/sysinfo/sysinfo.h
- Timestamp:
- 2006-11-30T15:38:06Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7c34822e
- Parents:
- c55dd58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/sysinfo/sysinfo.h
rc55dd58 r8c19cf28 76 76 } sysinfo_rettype_t; 77 77 78 void sysinfo_set_item_val(const char *name, sysinfo_item_t **root,unative_t val);79 void sysinfo_dump(sysinfo_item_t **root, int depth);80 void sysinfo_set_item_function(const char *name, sysinfo_item_t **root,sysinfo_val_fn_t fn);81 void sysinfo_set_item_undefined(const char *name, sysinfo_item_t **root);78 void sysinfo_set_item_val(const char *name, sysinfo_item_t **root, unative_t val); 79 void sysinfo_dump(sysinfo_item_t **root, int depth); 80 void sysinfo_set_item_function(const char *name, sysinfo_item_t **root, sysinfo_val_fn_t fn); 81 void sysinfo_set_item_undefined(const char *name, sysinfo_item_t **root); 82 82 83 sysinfo_rettype_t sysinfo_get_val(const char *name, sysinfo_item_t **root);83 sysinfo_rettype_t sysinfo_get_val(const char *name, sysinfo_item_t **root); 84 84 85 unative_t sys_sysinfo_valid(unative_t ptr, unative_t len);86 unative_t sys_sysinfo_value(unative_t ptr, unative_t len);85 unative_t sys_sysinfo_valid(unative_t ptr, unative_t len); 86 unative_t sys_sysinfo_value(unative_t ptr, unative_t len); 87 87 88 88 #endif
Note:
See TracChangeset
for help on using the changeset viewer.