iomem.c File Reference

Go to the source code of this file.

Typedefs

typedef struct io_mem_s io_mem_t

Functions

size_t io_mem_get_bufsz (io_t *io)
char * io_mem_get_buf (io_t *io)
int io_mem_create (char *buf, size_t size, int flags, io_t **pio)

Typedef Documentation

typedef struct io_mem_s io_mem_t

Definition at line 27 of file iomem.c.


Function Documentation

int io_mem_create ( char *  buf,
size_t  size,
int  flags,
io_t **  pio 
)

Definition at line 136 of file iomem.c.

char* io_mem_get_buf ( io_t io  ) 

Definition at line 124 of file iomem.c.

size_t io_mem_get_bufsz ( io_t io  ) 

Definition at line 112 of file iomem.c.