Contiki 3.x
Macros
devicemap.h File Reference

    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.
 

Detailed Description

    Device I/O mappings for the Mulle platform.
Author
Joakim Gebart joaki.nosp@m.m.ge.nosp@m.bart@.nosp@m.eist.nosp@m.ec.se

Definition in file devicemap.h.

Macro Definition Documentation

#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.