Add "OSLoadContext"

This commit is contained in:
Maschell 2018-06-30 20:56:21 +02:00
parent 6f014e48d2
commit ee90aef8b9

View File

@ -65,6 +65,9 @@ WUT_CHECK_OFFSET(OSContext, 0x318, mmcr0);
WUT_CHECK_OFFSET(OSContext, 0x31c, mmcr1);
WUT_CHECK_SIZE(OSContext, 0x320);
void
OSLoadContext(OSContext * context);
#ifdef __cplusplus
}
#endif