muxed.h File Reference
Functions and wire protocol definitions for muxed channels.
More...
Go to the source code of this file.
|
Classes |
struct | muxed_header |
Defines |
#define | LOG_PROTOCOL_VERSION 0x01 |
#define | LOG_TYPE_UNKNOWN 1 |
#define | LOG_TYPE_DATA 2 |
#define | LOG_TYPE_LOG 3 |
#define | LOG_FLAG_NONE 0 |
Functions |
l4_fpage_t | channel_get_next_fpage (void) |
int | channel_open (l4_fpage_t page, int channel) |
int | channel_write (int id, unsigned int offset, unsigned int size) |
int | channel_flush (int id) |
int | channel_close (int id) |
Detailed Description
Functions and wire protocol definitions for muxed channels.
- Date:
- 10/05/2001
- Author:
- Jork Loeser <jork.loeser@inf.tu-dresden.de>
Definition in file muxed.h.