patch-2.2.8 linux/include/asm-ppc/pmu.h

Next file: linux/include/asm-ppc/posix_types.h
Previous file: linux/include/asm-ppc/pgtable.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.7/linux/include/asm-ppc/pmu.h linux/include/asm-ppc/pmu.h
@@ -64,11 +64,12 @@
 #define PMU_IOC_GET_MODEL	_IOR('B', 3, sizeof(__u32*))
 
 #ifdef __KERNEL__
+
 void find_via_pmu(void);
 void via_pmu_init(void);
+
 int pmu_request(struct adb_request *req,
 		void (*done)(struct adb_request *), int nbytes, ...);
-int pmu_send_request(struct adb_request *req);
 void pmu_poll(void);
 
 void pmu_enable_backlight(int on);
@@ -79,6 +80,7 @@
 void pmu_restart(void);
 void pmu_shutdown(void);
 
+int pmu_present(void);
 int pmu_get_model(void);
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)