Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/include Include <dev/ic/comreg.h> for COM_FREQ.
details: https://anonhg.NetBSD.org/src/rev/769fbe2a90ea
branches: trunk
changeset: 960836:769fbe2a90ea
user: rin <rin%NetBSD.org@localhost>
date: Tue Mar 30 04:08:02 2021 +0000
description:
Include <dev/ic/comreg.h> for COM_FREQ.
diffstat:
sys/arch/evbppc/include/obs200.h | 4 +++-
sys/arch/evbppc/include/obs266.h | 4 +++-
sys/arch/evbppc/include/obs600.h | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diffs (54 lines):
diff -r edbbf7a9f073 -r 769fbe2a90ea sys/arch/evbppc/include/obs200.h
--- a/sys/arch/evbppc/include/obs200.h Tue Mar 30 04:02:17 2021 +0000
+++ b/sys/arch/evbppc/include/obs200.h Tue Mar 30 04:08:02 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obs200.h,v 1.3 2021/03/30 03:45:34 rin Exp $ */
+/* $NetBSD: obs200.h,v 1.4 2021/03/30 04:08:02 rin Exp $ */
/*
* Copyright 2004 Shigeyuki Fukushima.
@@ -36,6 +36,8 @@
#ifndef _EVBPPC_OBS200_H_
#define _EVBPPC_OBS200_H_
+#include <dev/ic/comreg.h>
+
/*
* Device Properties for OpenBlockS S/R (IBM405GP 200MHz)
*/
diff -r edbbf7a9f073 -r 769fbe2a90ea sys/arch/evbppc/include/obs266.h
--- a/sys/arch/evbppc/include/obs266.h Tue Mar 30 04:02:17 2021 +0000
+++ b/sys/arch/evbppc/include/obs266.h Tue Mar 30 04:08:02 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obs266.h,v 1.3 2021/03/30 03:45:34 rin Exp $ */
+/* $NetBSD: obs266.h,v 1.4 2021/03/30 04:08:02 rin Exp $ */
/*
* Copyright 2004 Shigeyuki Fukushima.
@@ -36,6 +36,8 @@
#ifndef _EVBPPC_OBS266_H_
#define _EVBPPC_OBS266_H_
+#include <dev/ic/comreg.h>
+
/*
* Device Properties for OpenBlockS266 (IBM405GPr 266MHz)
*/
diff -r edbbf7a9f073 -r 769fbe2a90ea sys/arch/evbppc/include/obs600.h
--- a/sys/arch/evbppc/include/obs600.h Tue Mar 30 04:02:17 2021 +0000
+++ b/sys/arch/evbppc/include/obs600.h Tue Mar 30 04:08:02 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obs600.h,v 1.2 2021/03/30 03:45:34 rin Exp $ */
+/* $NetBSD: obs600.h,v 1.3 2021/03/30 04:08:02 rin Exp $ */
/*
* Copyright (c) 2009 KIYOHARA Takashi
* All rights reserved.
@@ -28,6 +28,8 @@
#ifndef _EVBPPC_OBS600_H_
#define _EVBPPC_OBS600_H_
+#include <dev/ic/comreg.h>
+
/*
* Device Properties for OpenBlockS600 (AMCC 405EX 600MHz)
*/
Home |
Main Index |
Thread Index |
Old Index