linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / ia64 / kernel / mca_drv.h
index 31a2e52..e2f6fa1 100644 (file)
@@ -111,10 +111,3 @@ typedef struct slidx_table {
        slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\
        __count; })
 
-struct mca_table_entry {
-       int start_addr; /* location-relative starting address of MCA recoverable range */
-       int end_addr;   /* location-relative ending address of MCA recoverable range */
-};
-
-extern const struct mca_table_entry *search_mca_tables (unsigned long addr);
-extern int mca_recover_range(unsigned long);