Ignore:
Timestamp:
2006-11-30T15:38:06Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c34822e
Parents:
c55dd58
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/sysinfo/sysinfo.h

    rc55dd58 r8c19cf28  
    7676} sysinfo_rettype_t;
    7777
    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);
     78void sysinfo_set_item_val(const char *name, sysinfo_item_t **root, unative_t val);
     79void sysinfo_dump(sysinfo_item_t **root, int depth);
     80void sysinfo_set_item_function(const char *name, sysinfo_item_t **root, sysinfo_val_fn_t fn);
     81void sysinfo_set_item_undefined(const char *name, sysinfo_item_t **root);
    8282
    83 sysinfo_rettype_t sysinfo_get_val(const char *name,sysinfo_item_t **root);
     83sysinfo_rettype_t sysinfo_get_val(const char *name, sysinfo_item_t **root);
    8484
    85 unative_t sys_sysinfo_valid(unative_t ptr,unative_t len);
    86 unative_t sys_sysinfo_value(unative_t ptr,unative_t len);
     85unative_t sys_sysinfo_valid(unative_t ptr, unative_t len);
     86unative_t sys_sysinfo_value(unative_t ptr, unative_t len);
    8787
    8888#endif
Note: See TracChangeset for help on using the changeset viewer.