diff options
Diffstat (limited to 'sys/arch/loongson/stand/boot/libsa.h')
-rw-r--r-- | sys/arch/loongson/stand/boot/libsa.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/loongson/stand/boot/libsa.h b/sys/arch/loongson/stand/boot/libsa.h index c727d7985e4..8ba7fc90391 100644 --- a/sys/arch/loongson/stand/boot/libsa.h +++ b/sys/arch/loongson/stand/boot/libsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libsa.h,v 1.3 2010/02/17 21:25:49 miod Exp $ */ +/* $OpenBSD: libsa.h,v 1.4 2010/04/03 19:13:27 miod Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -52,6 +52,7 @@ int rd_iostrategy(void *, int, daddr_t, size_t, void *, size_t *); int rd_ioopen(struct open_file *, ...); int rd_ioclose(struct open_file *); int rd_isvalid(void); +void rd_invalidate(void); /* * INITRD ``filesystem'' @@ -70,3 +71,5 @@ extern int32_t *pmon_envp; extern int32_t pmon_callvec; extern char pmon_bootdev[]; + +extern char *kernelfile; |