]> git.pld-linux.org Git - packages/eagle-usb.git/blame - eagle-usb-eu_types.patch
- update
[packages/eagle-usb.git] / eagle-usb-eu_types.patch
CommitLineData
9226a562
AM
1diff -urN eagle-usb-2.0.0.org/driver/eu_types.h eagle-usb-2.0.0/driver/eu_types.h
2--- eagle-usb-2.0.0.org/driver/eu_types.h 2004-11-07 10:06:55.000000000 +0100
3+++ eagle-usb-2.0.0/driver/eu_types.h 2004-11-25 22:58:46.196401236 +0100
4@@ -156,13 +156,13 @@
1ad1b623
PS
5 */
6 typedef struct
7 {
8- uint8_t bRequestType;
9- uint8_t bRequest;
10- uint16_t wValue;
11- uint16_t wIndex;
12- uint16_t wLength;
13- uint8_t data[20];
9226a562 14-} __attribute__ ((packed)) eu_cdc_t;
1ad1b623
PS
15+ uint8_t bRequestType __attribute__ ((packed));
16+ uint8_t bRequest __attribute__ ((packed));
17+ uint16_t wValue __attribute__ ((packed));
18+ uint16_t wIndex __attribute__ ((packed));
19+ uint16_t wLength __attribute__ ((packed));
20+ uint8_t data[20] __attribute__ ((packed));
21+} eu_cdc_t;
22
23
24 /**
This page took 0.079454 seconds and 4 git commands to generate.