mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-07 18:04:40 -04:00
thermosphere: attempt to output to uart-c
This commit is contained in:
parent
4e6108839d
commit
076c988796
10 changed files with 958 additions and 55 deletions
|
@ -26,7 +26,7 @@
|
|||
#define MASK2(a,b) (MASK(a) & ~MASK(b))
|
||||
#define MASK2L(a,b) (MASKL(a) & ~MASKL(b))
|
||||
|
||||
#define MAKE_REG32(a) (*(volatile u32 *)(a))
|
||||
#define MAKE_REG32(a) (*(volatile u32 *)(uintptr_t)(a))
|
||||
|
||||
#define ALIGN(m) __attribute__((aligned(m)))
|
||||
#define PACKED __attribute__((packed))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue