#include <ADF_internals.h>
Data Fields | |
char | start_tag [TAG_SIZE] |
struct DISK_POINTER | small_first_block |
struct DISK_POINTER | small_last_block |
struct DISK_POINTER | medium_first_block |
struct DISK_POINTER | medium_last_block |
struct DISK_POINTER | large_first_block |
struct DISK_POINTER | large_last_block |
char | end_tag [TAG_SIZE] |
Definition at line 150 of file ADF_internals.h.
char end_tag[TAG_SIZE] |
Definition at line 158 of file ADF_internals.h.
struct DISK_POINTER large_first_block [read] |
Definition at line 156 of file ADF_internals.h.
struct DISK_POINTER large_last_block [read] |
Definition at line 157 of file ADF_internals.h.
struct DISK_POINTER medium_first_block [read] |
Definition at line 154 of file ADF_internals.h.
struct DISK_POINTER medium_last_block [read] |
Definition at line 155 of file ADF_internals.h.
struct DISK_POINTER small_first_block [read] |
Definition at line 152 of file ADF_internals.h.
struct DISK_POINTER small_last_block [read] |
Definition at line 153 of file ADF_internals.h.
char start_tag[TAG_SIZE] |
Definition at line 151 of file ADF_internals.h.