mirror of
https://github.com/wiiu-env/libkernel.git
synced 2025-02-18 05:36:19 +01:00
Use stdint.h instead of cstdint
This commit is contained in:
parent
143eeccc38
commit
ff8308d36b
@ -7,7 +7,7 @@ extern "C"
|
|||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <cstdint>
|
#include <stdint.h>
|
||||||
|
|
||||||
extern void KernelReadSRs(sr_table_t* table);
|
extern void KernelReadSRs(sr_table_t* table);
|
||||||
extern void KernelWriteSRs(sr_table_t* table);
|
extern void KernelWriteSRs(sr_table_t* table);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user