USBD ROM Stack  2.0
ROM based USB device stack
packing.h
1 /*
2  %
3  % Copyright 2012 NXP Semiconductors,
4  % 411 E Plumeria Dr San Jose CA USA
5  % All rights are reserved. Reproduction in whole or in part is prohibited
6  % without the prior written consent of the copyright owner.
7  %
8  */
9 
10 /*
11  +++ IDENTIFICATION
12 
13  PACKAGE :
14  COMPONENT :
15  INTERFACE :
16  TEMPLATE VERSION : 3
17  */
18 #ifndef __PACKING_H_
19 #define __PACKING_H_
20 
21 /* For Keil ARM only */
22 #define PRE_PACK __packed
23 #define POST_PACK
24 #define ALIGNED(n) __align(n)
25 
26 #endif /* __PACKING_H_ */