PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
bd_cache.h File Reference
#include <tamtypes.h>
#include <bdm.h>
+ Include dependency graph for bd_cache.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct block_devicebd_cache_create (struct block_device *bd)
 
void bd_cache_destroy (struct block_device *cbd)
 

Detailed Description

Simple cache for Block Devices

Definition in file bd_cache.h.

Function Documentation

◆ bd_cache_create()

struct block_device * bd_cache_create ( struct block_device bd)

Definition at line 157 of file bd_cache.c.

◆ bd_cache_destroy()

void bd_cache_destroy ( struct block_device cbd)

Definition at line 198 of file bd_cache.c.