]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/platform/olpc/olpc_ofw.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / arch / x86 / platform / olpc / olpc_ofw.c
index 787320464379f976626e22fb2d62a83730ccbf52..e7604f62870d7eb229248ace28624630cb57cfce 100644 (file)
@@ -110,3 +110,8 @@ void __init olpc_ofw_detect(void)
                        (unsigned long)olpc_ofw_cif, (-start) >> 20);
        reserve_top_address(-start);
 }
+
+bool __init olpc_ofw_is_installed(void)
+{
+       return olpc_ofw_cif != NULL;
+}