Get rid of the ACX_PACKED macro
commit00a3697e7c7dd785f34263b72ee238e2d4c8e4cd
authorFrancis Galiegue <fgaliegue@gmail.com>
Fri, 9 May 2008 21:19:07 +0000 (9 23:19 +0200)
committerFrancis Galiegue <fgaliegue@gmail.com>
Fri, 9 May 2008 21:19:07 +0000 (9 23:19 +0200)
treecc6d2de246587ad526fa05bb9bf85e99cc4c3000
parent653dde01c121cd0e834433166725d3694f455866
Get rid of the ACX_PACKED macro

It was defined to __attribute__ ((packed)). This is more confusing than
anything else. __attribute__ ((packed)) is more talkative and means
what it means.

Signed-off-by: Francis Galiegue <fgaliegue@gmail.com>
acx_struct.h
common.c
usb.c