OpenCore
1.0.4
OpenCore Bootloader
|
#include <fsw_core.h>
Data Fields | |
int | native_string_type |
String type used by the host environment. | |
void(* | change_blocksize )(struct fsw_volume *vol, fsw_u32 old_phys_blocksize, fsw_u32 old_log_blocksize, fsw_u32 new_phys_blocksize, fsw_u32 new_log_blocksize) |
fsw_status_t(* | read_block )(struct fsw_volume *vol, fsw_u32 phys_bno, void *buffer) |
Core: Function table for a host environment.
Definition at line 345 of file fsw_core.h.
void(* fsw_host_table::change_blocksize) (struct fsw_volume *vol, fsw_u32 old_phys_blocksize, fsw_u32 old_log_blocksize, fsw_u32 new_phys_blocksize, fsw_u32 new_log_blocksize) |
Definition at line 349 of file fsw_core.h.
int fsw_host_table::native_string_type |
String type used by the host environment.
Definition at line 347 of file fsw_core.h.
fsw_status_t(* fsw_host_table::read_block) (struct fsw_volume *vol, fsw_u32 phys_bno, void *buffer) |
Definition at line 352 of file fsw_core.h.