00001 /*! \file hitachi.h 00002 Header file for the source "hitachi.c" 00003 */ 00004 00005 #ifndef HITACHI_HEADER_FILE 00006 #define HITACHI_HEADER_FILE 00007 00008 char* calculate_mac (char *haddr); 00009 00010 #endif 00011 00012