mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +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>
|