xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Data Structures | Macros | Variables
file.h File Reference

文件相关数据结构 More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  file
 
struct  devsw
 

Macros

#define CONSOLE   1
 

Variables

struct devsw devsw []
 

Detailed Description

文件相关数据结构

Date
23.5.26
Author
yrz、xin
Version
0.2 @status Stable

Macro Definition Documentation

◆ CONSOLE

#define CONSOLE   1

Variable Documentation

◆ devsw

struct devsw devsw[]
extern