c: __osPfsGetInitData

This commit is contained in:
Mittenshugg
2020-08-01 04:09:58 -05:00
parent d62631d600
commit 06af1f5abf
19 changed files with 102 additions and 134 deletions
+1 -2
View File
@@ -5,7 +5,7 @@
//should go somewhere else but
#define ARRLEN(x) ((s32)(sizeof(x) / sizeof(x[0])))
#define CHNL_ERR(format) ((format.rxsize & CHNL_ERR_MASK) >> 4)
#define CHNL_ERR(format) ((format.rxsize & 0xC0) >> 4)
typedef struct
{
@@ -130,4 +130,3 @@ typedef struct
__osSiRelAccess(); \
if (ret != 0) \
return ret;