Home
last modified time | relevance | path

Searched refs:USB_PRIMARY_LANGID_MASK (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/os/drivers/usb/
H A DUSB_langIDs.h12 #define USB_PRIMARY_LANGID_MASK (0x003F) // 9 to 0 bits macro
15 #define USB_PRIMARY_LANGID(id) (id & USB_PRIMARY_LANGID_MASK)