1*4711a471Sguenther /* $OpenBSD: sysarch.h,v 1.1 2016/05/29 20:49:39 guenther Exp $ */ 2*4711a471Sguenther /* 3*4711a471Sguenther * Copyright (c) 2016 Philip Guenther <guenther@openbsd.org> 4*4711a471Sguenther * 5*4711a471Sguenther * Permission to use, copy, modify, and distribute this software for any 6*4711a471Sguenther * purpose with or without fee is hereby granted, provided that the above 7*4711a471Sguenther * copyright notice and this permission notice appear in all copies. 8*4711a471Sguenther * 9*4711a471Sguenther * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10*4711a471Sguenther * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11*4711a471Sguenther * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12*4711a471Sguenther * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13*4711a471Sguenther * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14*4711a471Sguenther * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15*4711a471Sguenther * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16*4711a471Sguenther */ 17*4711a471Sguenther 18*4711a471Sguenther #ifndef _LIBC_MACHINE_SYSARCH_H_ 19*4711a471Sguenther #define _LIBC_MACHINE_SYSARCH_H_ 20*4711a471Sguenther 21*4711a471Sguenther #include_next <machine/sysarch.h> 22*4711a471Sguenther 23*4711a471Sguenther PROTO_NORMAL(sysarch); 24*4711a471Sguenther 25*4711a471Sguenther #endif /* !_LIBC_MACHINE_SYSARCH_H_ */ 26