forked from xuos/xiuos
Add DWC3 codes
This commit is contained in:
parent
6d834be991
commit
506f37d009
|
@ -204,4 +204,7 @@
|
||||||
9, 8, 7, 6, 5, 4, 3, 2, 1, 0
|
9, 8, 7, 6, 5, 4, 3, 2, 1, 0
|
||||||
|
|
||||||
|
|
||||||
|
#define upper_32_bits(n) ((uint32_t)(((n) >> 16) >> 16))
|
||||||
|
#define lower_32_bits(n) ((uint32_t)(n))
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue