Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
httpOpen.c File Reference
#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)
 

Function Documentation

devcall httpOpen ( device *  devptr,
va_list  ap 
)

Associate a HTTP with a hardware device.

Parameters
devptrHTTP device table entry
ap2nd argument is the device number for the hardware device
Returns
OK if HTTP is opened properly, otherwise SYSERR