Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm
[GitHub/mt8127/android_kernel_alcatel_ttab.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;
+}