xref: /openbsd-src/sys/arch/hppa/include/kcore.h (revision fef2e65f60a6303ee55b7aa64339bed537c525b9)
1*fef2e65fSmickey /*	$OpenBSD: kcore.h,v 1.2 2004/04/07 18:24:19 mickey Exp $	*/
239bdc9c2Smickey 
339bdc9c2Smickey /*
439bdc9c2Smickey  * Copyright (c) 1999 Michael Shalayeff
539bdc9c2Smickey  * All rights reserved.
639bdc9c2Smickey  *
739bdc9c2Smickey  * Redistribution and use in source and binary forms, with or without
839bdc9c2Smickey  * modification, are permitted provided that the following conditions
939bdc9c2Smickey  * are met:
1039bdc9c2Smickey  * 1. Redistributions of source code must retain the above copyright
1139bdc9c2Smickey  *    notice, this list of conditions and the following disclaimer.
1239bdc9c2Smickey  * 2. Redistributions in binary form must reproduce the above copyright
1339bdc9c2Smickey  *    notice, this list of conditions and the following disclaimer in the
1439bdc9c2Smickey  *    documentation and/or other materials provided with the distribution.
1539bdc9c2Smickey  *
1639bdc9c2Smickey  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1739bdc9c2Smickey  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1839bdc9c2Smickey  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19*fef2e65fSmickey  * IN NO EVENT SHALL THE AUTHOR OR HIS RELATIVES BE LIABLE FOR ANY DIRECT,
20*fef2e65fSmickey  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21*fef2e65fSmickey  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22*fef2e65fSmickey  * SERVICES; LOSS OF MIND, USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23*fef2e65fSmickey  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
24*fef2e65fSmickey  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
25*fef2e65fSmickey  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
26*fef2e65fSmickey  * THE POSSIBILITY OF SUCH DAMAGE.
2739bdc9c2Smickey  */
2839bdc9c2Smickey 
2939bdc9c2Smickey #ifndef _MACHINE_KCORE_H_
3039bdc9c2Smickey #define _MACHINE_KCORE_H_
3139bdc9c2Smickey 
3239bdc9c2Smickey typedef
3339bdc9c2Smickey struct cpu_kcore_hdr {
3439bdc9c2Smickey 	int dummy;
3539bdc9c2Smickey }	cpu_kcore_hdr_t;
3639bdc9c2Smickey 
3739bdc9c2Smickey #endif /* _MACHINE_KCORE_H_ */
38