XINU
Functions
ramclose.c File Reference
#include <xinu.h>
Include dependency graph for ramclose.c:

Go to the source code of this file.

Functions

devcall ramclose (struct dentry *devptr)
 

Function Documentation

◆ ramclose()

devcall ramclose ( struct dentry devptr)

Definition at line 9 of file ramclose.c.

References OK.

12 {
13  return OK;
14 }
#define OK
処理が成功した場合
Definition: kernel.h:77