pnp_header
pnp_header_t *pnp_header = NULL;
pnp_header = (pnp_header_t*)( ( void * ) undi.rom +
if ( pnp_header->signature != PNP_SIGNATURE ) {
if ( checksum(pnp_header,sizeof(pnp_header_t)) != 0 ) {
pnp_header->product_str_off==0 ? "(unknown)" :
(void*)undi.rom+pnp_header->product_str_off,
pnp_header->manuf_str_off==0 ? "(unknown)" :
(void*)undi.rom+pnp_header->manuf_str_off );