xref: /openbsd-src/usr.sbin/installboot/sparc64_installboot.h (revision b4544c7c7f204e0163176d2c291c88d0ed370abc)
1*b4544c7cSjsing /*	$OpenBSD: sparc64_installboot.h,v 1.1 2014/01/19 02:58:50 jsing Exp $	*/
2*b4544c7cSjsing 
3*b4544c7cSjsing /*
4*b4544c7cSjsing  * Copyright (c) 2013 Joel Sing <jsing@openbsd.org>
5*b4544c7cSjsing  *
6*b4544c7cSjsing  * Permission to use, copy, modify, and distribute this software for any
7*b4544c7cSjsing  * purpose with or without fee is hereby granted, provided that the above
8*b4544c7cSjsing  * copyright notice and this permission notice appear in all copies.
9*b4544c7cSjsing  *
10*b4544c7cSjsing  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11*b4544c7cSjsing  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12*b4544c7cSjsing  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13*b4544c7cSjsing  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14*b4544c7cSjsing  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15*b4544c7cSjsing  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16*b4544c7cSjsing  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17*b4544c7cSjsing  */
18*b4544c7cSjsing 
19*b4544c7cSjsing extern char	*blkstore;
20*b4544c7cSjsing extern char	*ldrstore;
21*b4544c7cSjsing extern size_t	blksize;
22*b4544c7cSjsing extern size_t	ldrsize;
23