]> err.no Git - linux-2.6/blobdiff - drivers/firmware/dmi_scan.c
x86: remove extern declarations for code, data, bss resources
[linux-2.6] / drivers / firmware / dmi_scan.c
index 0cdadea7a40e9f58cd027697611bf0d18eafd1bd..5e596a7e36013dc2d24082726a0eab5b792fc354 100644 (file)
@@ -470,3 +470,11 @@ int dmi_get_year(int field)
        return year;
 }
 
+/**
+ *     dmi_get_slot - return dmi_ident[slot]
+ *     @slot:  index into dmi_ident[]
+ */
+char *dmi_get_slot(int slot)
+{
+       return(dmi_ident[slot]);
+}