PS2SDK
PS2 Homebrew Libraries
|
#include <types.h>
#include <defs.h>
#include <irx.h>
#include <loadcore.h>
#include <ioman_mod.h>
#include <iomanX.h>
#include <thbase.h>
#include <thsemap.h>
#include <stdio.h>
#include <sysclib.h>
#include <iopmgr.h>
#include "devscan.h"
#include "debug_printf.h"
Go to the source code of this file.
Functions | |
ModuleInfo_t * | devscan_getmodule (const char *name) |
int | devscan_setup (int devtype) |
int | devscan_gettype (char *name) |
int | devscan_getdevlist (char *buffer) |
Variables | |
static dev_table_t | dev_info_list [DEVSCAN_MAX+1] |
device driver scanner and handler
Definition in file devscan.c.