25 #ifndef _AROARFW_TYPES_H_
26 #define _AROARFW_TYPES_H_
31 #define __RPACKED__ __attribute__((packed))
34 #warn "Don't know how to pack a struct with your compiler correctly"
uint16_t rsid_t
Type for Stream IDs.
uint32_t rpos_t
Type for stream positions.
uint32_t rpid_t
Type for process IDs.
riodir_t
Type of IO direction.
@ RIODIR_NONE
This stream has no defined IO direction.
@ RIODIR_OUT
This stream is an output stream.
@ RIODIR_INOUT
This stream is bidirectional.
@ RIODIR_IN
This stream is a input stream.
uint8_t ruuid_t[16]
Type to store packed UUID.