Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions | Variables
rtpInit.c File Reference
#include <stddef.h>
#include <device.h>
#include <stdlib.h>
#include <rtp.h>
#include <udp.h>

Functions

devcall rtpInit (device *devptr)
 

Variables

struct rtp rtptab [NRTP]
 

Function Documentation

devcall rtpInit ( device *  devptr)

Set aside some space for a RTP device to be opened on

Parameters
devptrUDP device table entry
Returns
OK