PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
devscan.c File Reference
#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"
+ Include dependency graph for devscan.c:

Go to the source code of this file.

Functions

ModuleInfo_tdevscan_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]
 

Detailed Description

device driver scanner and handler

Definition in file devscan.c.