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

Functions

devcall flashClose (device *devptr)
 

Function Documentation

devcall flashClose ( device *  devptr)

This will close the flash device, forcing the synchronization of disk blocks stored in memory and the flash device.

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