PS2SDK
PS2 Homebrew Libraries
|
#include <stdio.h>
#include <stddef.h>
#include <stdarg.h>
#include "tamtypes.h"
#include "kernel.h"
#include "string.h"
#include "sio.h"
Go to the source code of this file.
Macros | |
#define | PS2LIB_STR_MAX 4096 |
#define | CPUCLK 294912000 |
#define | LCR_SCS_VAL (1 << 5) |
Routines for accessing the EE's on-chip serial port.
Definition in file sio.c.
#define CPUCLK 294912000 |