smbios.h (f689cb23b2782d0d0f586bcfabbad68f728ed1df) | smbios.h (2fee8756294820ff9ec6f8d17324e7d8a0a45040) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 1997 Michael Smith 5 * Copyright (c) 1998 Jonathan Lemon 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 77 unchanged lines hidden (view full) --- 86 /* 87 * Skip over the double-nul to the start of the next 88 * structure. 89 */ 90 p += 2; 91 } 92} 93 | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 1997 Michael Smith 5 * Copyright (c) 1998 Jonathan Lemon 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 77 unchanged lines hidden (view full) --- 86 /* 87 * Skip over the double-nul to the start of the next 88 * structure. 89 */ 90 p += 2; 91 } 92} 93 |
94#ifdef _KERNEL 95void identify_hypervisor_smbios(void); 96#endif 97 |
|
94#endif /* _SMBIOS_H_ */ | 98#endif /* _SMBIOS_H_ */ |