Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
flashOpen.c File Reference
#include <flash.h>

Functions

devcall superblockOpen (ushort)
 
devcall flashOpen (device *devptr, va_list ap)
 

Detailed Description

Open a flash device for reading and writing.

Function Documentation

devcall flashOpen ( device *  devptr,
va_list  ap 
)

This will open the flash device for read/write access.

Parameters
*devptrdevice to open
aplist or arguments
Returns
OK on success, SYSERR on failure