mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
85d12e2316
Implement simple machine check support.
7 lines
85 B
C
7 lines
85 B
C
/*-
|
|
* This file is in the public domain.
|
|
*/
|
|
/* $FreeBSD$ */
|
|
|
|
#include <i386/mca.h>
|