miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
sysfs_node Struct Reference

#include <sysfs.h>

Collaboration diagram for sysfs_node:

Public Attributes

const char * name
uint8_t type
struct sysfs_nodefirst_child
struct sysfs_nodenext_sibling
int(* callback )(char *buf, uint32_t bufsiz)
char content [SYSFS_CONTENT_MAX]
uint32_t content_len

Member Data Documentation

◆ callback

int(* sysfs_node::callback) (char *buf, uint32_t bufsiz)

◆ content

char sysfs_node::content[SYSFS_CONTENT_MAX]

◆ content_len

uint32_t sysfs_node::content_len

◆ first_child

struct sysfs_node* sysfs_node::first_child

◆ name

const char* sysfs_node::name

◆ next_sibling

struct sysfs_node* sysfs_node::next_sibling

◆ type

uint8_t sysfs_node::type

The documentation for this struct was generated from the following file: