UbixOS
2.0
|
#include <devfs/devfs.h>
#include <vfs/vfs.h>
#include <sys/device.h>
#include <ubixos/spinlock.h>
#include <ubixos/kpanic.h>
#include <lib/kmalloc.h>
#include <string.h>
#include <lib/kprintf.h>
Go to the source code of this file.
Functions | |
int | devfs_init () |
int | devfs_makeNode (char *name, uInt8 type, uInt16 major, uInt16 minor) |
Definition at line 174 of file devfs.c.
References spinLock().
Referenced by fdc_init().