Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <flash.h>
#include <stdarg.h>
Functions | |
devcall | flashClose (device *devptr) |
devcall flashClose | ( | device * | devptr | ) |
This will close the flash device, forcing the synchronization of disk blocks stored in memory and the flash device.
*devptr | device to open |