1201339Snyan/*-
2201339Snyan * Copyright (c) 2009 TAKAHASHI Yoshihiro <nyan@FreeBSD.org>
3201339Snyan * All rights reserved.
4201339Snyan *
5201339Snyan * Redistribution and use in source and binary forms, with or without
6201339Snyan * modification, are permitted provided that the following conditions
7201339Snyan * are met:
8201339Snyan * 1. Redistributions of source code must retain the above copyright
9201339Snyan *    notice, this list of conditions and the following disclaimer.
10201339Snyan * 2. Redistributions in binary form must reproduce the above copyright
11201339Snyan *    notice, this list of conditions and the following disclaimer in the
12201339Snyan *    documentation and/or other materials provided with the distribution.
13201339Snyan *
14201339Snyan * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15201339Snyan * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16201339Snyan * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17201339Snyan * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18201339Snyan * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19201339Snyan * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20201339Snyan * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21201339Snyan * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22201339Snyan * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23201339Snyan * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24201339Snyan * SUCH DAMAGE.
25201339Snyan *
26201339Snyan * $FreeBSD: stable/11/stand/pc98/libpc98/libpc98.h 201339 2009-12-31 12:05:48Z nyan $
27201339Snyan */
28201339Snyan
29201339Snyanvoid set_machine_type(void);
30