Latest compatible version of Classicube from the original GitHub repository (https://github.com/ClassiCube/ClassiCube) that can be compiled on Classicube for PowerMac PPC running Mac OS X 10.4.
This commit is contained in:
12
third_party/dsiwifi/include/lwip/arch/sys_arch.h
vendored
Normal file
12
third_party/dsiwifi/include/lwip/arch/sys_arch.h
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _SYS_ARCH_H
|
||||
#define _SYS_ARCH_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef volatile uint32_t sys_sem_t;
|
||||
typedef volatile uint32_t sys_mutex_t;
|
||||
typedef volatile uint32_t sys_mbox_t;
|
||||
typedef volatile uint32_t sys_prot_t;
|
||||
typedef volatile uint32_t sys_thread_t;
|
||||
|
||||
#endif // _SYS_ARCH_H
|
||||
Reference in New Issue
Block a user