Home
last modified time | relevance | path

Searched refs:PNIC_API_VERSION (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c113 if ( api_version != PNIC_API_VERSION ) { in pnic_api_check()
117 PNIC_API_VERSION >> 8, PNIC_API_VERSION & 0xff ); in pnic_api_check()
119 if ( api_version < PNIC_API_VERSION ) { in pnic_api_check()
122 return ( api_version == PNIC_API_VERSION ); in pnic_api_check()
H A Dpnic_api.h59 #define PNIC_API_VERSION 0x0101 /* 1.1 */ macro