Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <stdlib.h>
#include <http.h>
#include <interrupt.h>
#include <semaphore.h>
Functions | |
devcall | httpClose (device *devptr) |
devcall httpClose | ( | device * | devptr | ) |
Close a HTTP device.
devptr | HTTP device table entry |