|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stdarg.h>#include <stddef.h>#include <stdlib.h>#include <http.h>#include <interrupt.h>#include <semaphore.h>Functions | |
| devcall | httpOpen (device *devptr, va_list ap) |
| devcall httpOpen | ( | device * | devptr, |
| va_list | ap | ||
| ) |
Associate a HTTP with a hardware device.
| devptr | HTTP device table entry |
| ap | 2nd argument is the device number for the hardware device |
1.8.5