Nugget
Bare-metal libraries and examples for the original PlayStation
Loading...
Searching...
No Matches
Enumerations | Functions | Variables
install.h File Reference
#include <stdint.h>
#include "common/kernel/openbios.h"
#include "common/psxlibc/handlers.h"
#include "common/syscalls/syscalls.h"
Include dependency graph for install.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  { MONITOR_SLOT_NONE = 0 , MONITOR_SLOT_FOUND , MONITOR_SLOT_OPENBIOS }
 

Functions

void monitorSlotEntry (void)
 

Variables

struct HandlerInfo s_monitorHandler
 
uint32_t * s_monitorSlot
 
uint32_t s_biosChecksum
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MONITOR_SLOT_NONE 
MONITOR_SLOT_FOUND 
MONITOR_SLOT_OPENBIOS 

Function Documentation

◆ monitorSlotEntry()

void monitorSlotEntry ( void  )

Variable Documentation

◆ s_biosChecksum

uint32_t s_biosChecksum
extern

◆ s_monitorHandler

struct HandlerInfo s_monitorHandler
extern

◆ s_monitorSlot

uint32_t* s_monitorSlot
extern