]> git.pld-linux.org Git - packages/eagle-usb.git/blame - eagle-usb-eu_types.patch
- updated to 1.9.8; drop obsolete patches; use opt patch instead of covering CFLAGS
[packages/eagle-usb.git] / eagle-usb-eu_types.patch
CommitLineData
1ad1b623
PS
1--- eagle-usb-1.9.6/driver/eu_types.h.orig 2004-02-22 22:11:30.000000000 +0100
2+++ eagle-usb-1.9.6/driver/eu_types.h 2004-05-31 01:31:02.547799648 +0200
3@@ -155,13 +155,13 @@
4 */
5 typedef struct
6 {
7- uint8_t bRequestType;
8- uint8_t bRequest;
9- uint16_t wValue;
10- uint16_t wIndex;
11- uint16_t wLength;
12- uint8_t data[20];
13-} eu_cdc_t __attribute__ ((packed));
14+ uint8_t bRequestType __attribute__ ((packed));
15+ uint8_t bRequest __attribute__ ((packed));
16+ uint16_t wValue __attribute__ ((packed));
17+ uint16_t wIndex __attribute__ ((packed));
18+ uint16_t wLength __attribute__ ((packed));
19+ uint8_t data[20] __attribute__ ((packed));
20+} eu_cdc_t;
21
22
23 /**
This page took 0.046618 seconds and 4 git commands to generate.