Contiki 3.x
|
Device I/O mappings for the Mulle platform.More...
#include "devopttab.h"
Go to the source code of this file.
Macros | |
#define | MAX_OPEN_DEVICES 16 /* Arbitrarily chosen */ |
Maximum number of file descriptors allocated to hardware devices. More... | |
#define | NUM_IO_DEVICES 16 /* Arbitrarily chosen */ |
Number of IO devices in this platform implementation. | |
Device I/O mappings for the Mulle platform.
Definition in file devicemap.h.
#define MAX_OPEN_DEVICES 16 /* Arbitrarily chosen */ |
Maximum number of file descriptors allocated to hardware devices.
All fd's above this number will be remapped to CFS accesses.
Definition at line 50 of file devicemap.h.