NetBurner 3.5.6
PDF Version
usb_langid.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef __USB_LANGID_H
6
#define __USB_LANGID_H
7
enum
eLangID_t {
8
#define USB_LANG(tag, id, lang, loc) eLangID_##tag = id,
9
#include <usb_langid_defs.h>
10
#undef USB_LANG
11
};
12
13
#endif
/* ----- #ifndef __USB_LANGID_H ----- */