summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUtz Bacher <utz.bacher@de.ibm.com>2005-06-22 23:43:31 (GMT)
committerPaul Mackerras <paulus@samba.org>2005-06-22 23:43:31 (GMT)
commit5f5b4e669a59be1cf8fc9d6d04ff1ccad8ab6de0 (patch)
treea0737b3295891def01228d11fec8e9cbb7b765b9 /include
parent6566c6f1f18d42affe73ccdd403e290b64d10473 (diff)
downloadlinux-5f5b4e669a59be1cf8fc9d6d04ff1ccad8ab6de0.tar.xz
[PATCH] ppc64: add a minimal nvram driver
The firmware provides the location and size of the nvram in the device tree, so it does not really contain any hardware specific bits and could be used on other machines as well. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc64/nvram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc64/nvram.h b/include/asm-ppc64/nvram.h
index 4e6dd37..dfaa215 100644
--- a/include/asm-ppc64/nvram.h
+++ b/include/asm-ppc64/nvram.h
@@ -70,6 +70,7 @@ extern struct nvram_partition *nvram_find_partition(int sig, const char *name);
extern int pSeries_nvram_init(void);
extern int pmac_nvram_init(void);
+extern int bpa_nvram_init(void);
/* PowerMac specific nvram stuffs */