aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/beans/IntrospectionException.java
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-03-27 22:53:08 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2002-03-27 22:53:08 +0000
commite4dbaed54ef2f55b52d5926276b891b1535d7c89 (patch)
treeef8994ed675373611c222d78935b96de33cd89f7 /libjava/java/beans/IntrospectionException.java
parent18b467f1428cfb870df7f3ff4f97aa970dc9105c (diff)
downloadgcc-e4dbaed54ef2f55b52d5926276b891b1535d7c89.zip
gcc-e4dbaed54ef2f55b52d5926276b891b1535d7c89.tar.gz
gcc-e4dbaed54ef2f55b52d5926276b891b1535d7c89.tar.bz2
i386.c (classify_argument): Also check for QUAL_UNION_TYPE.
* config/i386/i386.c (classify_argument): Also check for QUAL_UNION_TYPE. From-SVN: r51484
Diffstat (limited to 'libjava/java/beans/IntrospectionException.java')
0 files changed, 0 insertions, 0 deletions
"hl kwb">uint8_t interface[1]; } __attribute__ (( packed )); /** Union functional descriptor subtype */ #define CDC_SUBTYPE_UNION 6 /** Ethernet descriptor subtype */ #define CDC_SUBTYPE_ETHERNET 15 /** Network connection notification */ #define CDC_NETWORK_CONNECTION \ ( USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE | \ USB_REQUEST_TYPE ( 0x00 ) ) /** Connection speed change notification */ #define CDC_CONNECTION_SPEED_CHANGE \ ( USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE | \ USB_REQUEST_TYPE ( 0x2a ) ) /** Connection speed change notification */ struct cdc_connection_speed_change { /** Downlink bit rate, in bits per second */ uint32_t down; /** Uplink bit rate, in bits per second */ uint32_t up; } __attribute__ (( packed )); extern struct cdc_union_descriptor * cdc_union_descriptor ( struct usb_configuration_descriptor *config, struct usb_interface_descriptor *interface ); #endif /* _IPXE_CDC_H */