XINU
device
ram
ramclose.c
Go to the documentation of this file.
1
/* ramclose.c - ramclose */
2
3
#include <
xinu.h
>
4
5
/*------------------------------------------------------------------------
6
* Ramclose - Close a ram disk
7
*------------------------------------------------------------------------
8
*/
9
devcall
ramclose
(
10
struct
dentry
*devptr
/* Entry in device switch table */
11
)
12
{
13
return
OK
;
14
}
xinu.h
全てのシステムヘッダファイルをインクルードする。
OK
#define OK
処理が成功した場合
Definition:
kernel.h:77
dentry
Definition:
conf.h:6
ramclose
devcall ramclose(struct dentry *devptr)
Definition:
ramclose.c:9
devcall
int32 devcall
デバイスコール関数 返り値の型
Definition:
kernel.h:49
Generated by
1.8.13