bios_disks.h File Reference

#include "dev.h"

Go to the source code of this file.

Data Structures

struct  bios_disk_sector
struct  bios_disk_loc
struct  bios_disk_device
struct  bios_disk_driver

Defines

#define BIOS_DISK_MAX_NAME_LEN   6
#define BIOS_DISK_DRIVER(_name, _fill_drive_name, _min_drive, _max_drive)

Variables

struct bus_driver bios_disk_driver


Define Documentation

#define BIOS_DISK_MAX_NAME_LEN   6

Definition at line 11 of file bios_disks.h.

#define BIOS_DISK_DRIVER ( _name,
_fill_drive_name,
_min_drive,
_max_drive   ) 

Value:

static struct bios_disk_driver _name = {                              \
                .fill_drive_name = _fill_drive_name,                          \
                .min_drive = _min_drive,                                      \
                .max_drive = _max_drive,                                      \
        }

Definition at line 50 of file bios_disks.h.


Variable Documentation

struct bus_driver bios_disk_driver


Generated on Tue Apr 6 20:01:12 2010 for gPXE by  doxygen 1.5.7.1