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

Go to the source code of this file.

Functions

devcall ramopen (struct dentry *devptr, char *name, char *mode)
 

Function Documentation

◆ ramopen()

devcall ramopen ( struct dentry devptr,
char *  name,
char *  mode 
)

Definition at line 10 of file ramopen.c.

References dentry::dvnum.

15 {
16  /* No action -- just return the device descriptor */
17 
18  return devptr->dvnum;
19 }
int32 dvnum
Definition: conf.h:7