Allow file to be included in assembler source (bootstrap code etc.)
This commit is contained in:
parent
f4290b34e9
commit
8bbe289faf
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: prom.h,v 1.5 2000/12/03 04:51:04 matt Exp $ */
|
||||
/* $NetBSD: prom.h,v 1.6 2001/02/06 04:32:29 wdk Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
@ -318,7 +318,7 @@ extern void prom_init __P((void));
|
||||
#define MIPS_PROM_NVGET MIPS_PROM_ENTRY(53)
|
||||
#define MIPS_PROM_NVSET MIPS_PROM_ENTRY(54)
|
||||
|
||||
#ifdef _KERNEL
|
||||
#if defined(_KERNEL) && !defined(__ASSEMBLER__)
|
||||
extern void prom_init (void);
|
||||
extern int prom_getconsole (void);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user