My Project
Loading...
Searching...
No Matches
block.h File Reference
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#include "../../mtstatus.h"

Go to the source code of this file.

Data Structures

struct  _BLOCK_DEVICE

Typedefs

typedef struct _BLOCK_DEVICE BLOCK_DEVICE

Functions

void register_block_device (BLOCK_DEVICE *dev)
BLOCK_DEVICEget_block_device (int index)

Typedef Documentation

◆ BLOCK_DEVICE

typedef struct _BLOCK_DEVICE BLOCK_DEVICE

Function Documentation

◆ get_block_device()

BLOCK_DEVICE * get_block_device ( int index)

Definition at line 32 of file block.c.

◆ register_block_device()

void register_block_device ( BLOCK_DEVICE * dev)

Definition at line 17 of file block.c.