diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2003-08-24 20:39:45 +0200 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2003-08-24 20:39:45 +0200 |
| commit | 17c126f22e7c2b8a08ef35bb57d84005ada831fa (patch) | |
| tree | c806257fd91525d18509347cebe88c3cd3e36a46 /include/linux | |
| parent | 7a80fc4c169e75b8ef882db5fcb19dc6a3373ee5 (diff) | |
fixup xmon ADB polling so that it works before ADB core is loaded
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pmu.h b/include/linux/pmu.h index ffd7fd3b4b4e..f4054dd6ab65 100644 --- a/include/linux/pmu.h +++ b/include/linux/pmu.h @@ -127,6 +127,7 @@ extern int pmu_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...); extern void pmu_poll(void); +extern void pmu_poll_adb(void); /* For use by xmon */ extern void pmu_wait_complete(struct adb_request *req); /* For use before switching interrupts off for a long time; |
