FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
block_device_info_t Struct Reference
Collaboration diagram for block_device_info_t:
Collaboration graph

Public Attributes

block_device_type_t type
int present
int backend_index
uint32_t sector_size
uint64_t total_sectors
char name [32]

Detailed Description

Definition at line 152 of file ahci.h.

Member Data Documentation

◆ backend_index

int block_device_info_t::backend_index

Definition at line 155 of file ahci.h.

◆ name

char block_device_info_t::name[32]

Definition at line 158 of file ahci.h.

◆ present

int block_device_info_t::present

Definition at line 154 of file ahci.h.

◆ sector_size

uint32_t block_device_info_t::sector_size

Definition at line 156 of file ahci.h.

◆ total_sectors

uint64_t block_device_info_t::total_sectors

Definition at line 157 of file ahci.h.

◆ type

block_device_type_t block_device_info_t::type

Definition at line 153 of file ahci.h.


The documentation for this struct was generated from the following file: