Defines basic information about a host.
typedef struct _host_basic_info {
UMA_UINT16 TOPOLOGY; /* The processor topology of the system. */
UMA_UINT16 FIRMWARE_FLAG; /* TRUE if the system is PREP compliant. */
UMA_UINT32 MAX_CPUS; /* The total number of CPUs on the host. */
UMA_UINT32 AVAIL_CPUS; /* The total number of available CPUs. */
UMA_OCTET_STRING_48 MODEL_ID_NUM; /* The model id of the system. */
UMA_UINT32 GLOBAL_MEMORY_SIZE; /* The size of memory in bytes. */
} host_basic_info;
typedef host _ basic _ info * host _ basic _ info ;