fix omissive _USB_MEM_H

This commit is contained in:
jzlv
2022-02-09 09:50:20 +08:00
parent 4a5b983f85
commit 1ca9783de5

View File

@@ -21,6 +21,7 @@
*
*/
#ifndef _USB_MEM_H
#define _USB_MEM_H
#define DCACHE_LINE_SIZE 32
#define DCACHE_LINEMASK (DCACHE_LINE_SIZE -1)