summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-11-16 23:21:57 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-11-16 23:21:57 +0000
commitc3fa7a26fc7d43d59553cc5f715b49c77b52a5f2 (patch)
tree29b63911fa985ae3ee87ca777bb8fa16b1f4796b /sys/arch/m88k
parentd5bbd117ceef538869f97ef69076be9c57e9a060 (diff)
Ratibibugle struct frame and <machine/frame.h>
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r--sys/arch/m88k/include/frame.h49
1 files changed, 0 insertions, 49 deletions
diff --git a/sys/arch/m88k/include/frame.h b/sys/arch/m88k/include/frame.h
deleted file mode 100644
index d05f8a4e51a..00000000000
--- a/sys/arch/m88k/include/frame.h
+++ /dev/null
@@ -1,49 +0,0 @@
-/* $OpenBSD: frame.h,v 1.1 2004/04/26 12:34:05 miod Exp $ */
-/* $NetBSD: frame.h,v 1.15 1997/05/03 12:49:05 mycroft Exp $ */
-
-/*
- * Copyright (c) 1988 University of Utah.
- * Copyright (c) 1982, 1990, 1993
- * The Regents of the University of California. All rights reserved.
- *
- * This code is derived from software contributed to Berkeley by
- * the Systems Programming Group of the University of Utah Computer
- * Science Department.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the University nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * from: Utah $Hdr: frame.h 1.8 92/12/20$
- *
- * @(#)frame.h 8.1 (Berkeley) 6/10/93
- */
-
-#ifndef _M88K_FRAME_H_
-#define _M88K_FRAME_H_
-
-struct frame {
- struct trapframe __packed F_t;
-};
-
-#endif /* _M88K_FRAME_H_ */