1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * idprom.h: Macros and defines for idprom rou 4 * 5 * Copyright (C) 1995,1996 David S. Miller (da 6 */ 7 8 #ifndef _SPARC_IDPROM_H 9 #define _SPARC_IDPROM_H 10 11 #include <linux/types.h> 12 13 struct idprom { 14 u8 id_format; /* For 15 u8 id_machtype; /* Mac 16 u8 id_ethaddr[6]; /* Har 17 s32 id_date; /* Dat 18 u32 id_sernum:24; /* Uni 19 u8 id_cksum; /* Che 20 u8 reserved[16]; 21 }; 22 23 extern struct idprom *idprom; 24 void idprom_init(void); 25 26 #endif /* !(_SPARC_IDPROM_H) */ 27
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.