Nugget
Loading...
Searching...
No Matches
Functions | Variables
main.h File Reference
#include "common/hardware/hwregs.h"
#include "common/psxlibc/setjmp.h"
Include dependency graph for main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void setConfiguration (int eventsCount, int taskCount, void *stackBase)
 
void getConfiguration (int *eventsCount, int *taskCount, void **stackBase)
 

Variables

struct JmpBuf g_ioAbortJmpBuf
 

Function Documentation

◆ getConfiguration()

void getConfiguration ( int eventsCount,
int taskCount,
void **  stackBase 
)

◆ setConfiguration()

void setConfiguration ( int  eventsCount,
int  taskCount,
void stackBase 
)

Variable Documentation

◆ g_ioAbortJmpBuf

struct JmpBuf g_ioAbortJmpBuf
extern