bootstrap.h (2b5179105359537be52c7081f491a4c476aaaff4) bootstrap.h (a50d73d5782a351ad83e8d1f84d11720a12e70d3)
1/*-
2 * Copyright (c) 1998 Michael Smith <msmith@freebsd.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 168 unchanged lines hidden (view full) ---

177 * > 0 - ISA in system, value is read data port address
178 */
179extern int isapnp_readport;
180
181/*
182 * Version information
183 */
184extern char bootprog_info[];
1/*-
2 * Copyright (c) 1998 Michael Smith <msmith@freebsd.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 168 unchanged lines hidden (view full) ---

177 * > 0 - ISA in system, value is read data port address
178 */
179extern int isapnp_readport;
180
181/*
182 * Version information
183 */
184extern char bootprog_info[];
185extern unsigned bootprog_rev;
185
186/*
187 * Interpreter information
188 */
189extern const char bootprog_interp[];
190#define INTERP_DEFINE(interpstr) \
191const char bootprog_interp[] = "$Interpreter:" interpstr
192

--- 198 unchanged lines hidden ---
186
187/*
188 * Interpreter information
189 */
190extern const char bootprog_interp[];
191#define INTERP_DEFINE(interpstr) \
192const char bootprog_interp[] = "$Interpreter:" interpstr
193

--- 198 unchanged lines hidden ---