USB Blackberry bulk protocol API. More...
#include <stdint.h>
#include <sys/types.h>
Go to the source code of this file.
USB Blackberry bulk protocol API.
This is split out from protocol.h so that low level, packed structs can be compiled separately from the application. This prevents aliasing problems in the application, or using -fno-strict-aliasing, which the library only needs.
Do not include this in any Barry library header. This may only be included from .cc files, in order to hide aliasing concernes from the application.
Definition in file protostructs.h.