|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <sysfs.h>

Public Attributes | |
| const char * | name |
| uint8_t | type |
| struct sysfs_node * | first_child |
| struct sysfs_node * | next_sibling |
| int(* | callback )(char *buf, uint32_t bufsiz) |
| char | content [SYSFS_CONTENT_MAX] |
| uint32_t | content_len |
| int(* sysfs_node::callback) (char *buf, uint32_t bufsiz) |
| char sysfs_node::content[SYSFS_CONTENT_MAX] |
| uint32_t sysfs_node::content_len |
| struct sysfs_node* sysfs_node::first_child |
| const char* sysfs_node::name |
| struct sysfs_node* sysfs_node::next_sibling |
| uint8_t sysfs_node::type |