Ignore:
Timestamp:
2006-09-14T17:09:21Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f1d1f5d3
Parents:
e5ecc02
Message:

C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.

File:
1 edited

Legend:

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

    re5ecc02 r06e1e95  
    3333 */
    3434
     35#ifndef KERN_SYSINFO_H_
     36#define KERN_SYSINFO_H_
     37
    3538#include <arch/types.h>
    3639
     
    6568#define SYSINFO_SUBINFO_FUNCTION 2
    6669
    67 
    6870typedef unative_t (*sysinfo_val_fn_t)(sysinfo_item_t *root);
    6971typedef unative_t (*sysinfo_subinfo_fn_t)(const char *subname);
     
    8486unative_t sys_sysinfo_value(unative_t ptr,unative_t len);
    8587
     88#endif
     89
    8690/** @}
    8791 */
Note: See TracChangeset for help on using the changeset viewer.