From 2464c986f09750a890af8656b2cc1ffb08bf36ad Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 21 Nov 2004 01:33:39 +0000 Subject: [PATCH] This file was repocopied from sys/dev/uart/uart_dev_sab82532.h. --- sys/dev/ic/sab82532.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/dev/ic/sab82532.h b/sys/dev/ic/sab82532.h index 8b53371972de..1dd33bd52d7a 100644 --- a/sys/dev/ic/sab82532.h +++ b/sys/dev/ic/sab82532.h @@ -37,6 +37,9 @@ * $FreeBSD$ */ +#ifndef _DEV_IC_SAB82532_H_ +#define _DEV_IC_SAB82532_H_ + /* * Register definitions for SAB82532 based on "Enhanced Serial Communication * Controller ESCC2 Version 3.2 User's Manual 07.96" from: @@ -318,3 +321,5 @@ #define SAB_RSTAT_PE 0x80 /* parity error */ #define SAB_RSTAT_FE 0x40 /* framing error */ #define SAB_RSTAT_PAR 0x01 /* parity bit */ + +#endif /* _DEV_IC_SAB82532_H_ */