diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-07 15:49:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-07 15:49:58 +0000 |
commit | 130db8e37f5c59e5f18949dc55e4eaf9fc92cf30 (patch) | |
tree | 2ca0557df4593082199126d98b114cf5137ca6e3 /sys/arch/macppc/dev | |
parent | 783fb571e8ee39d7f9fbf3593f71846b18f25480 (diff) |
Hand-editing diff file to remove a few chunks that you don't want to
commit now sucks. Especially when you accidentally delete an important
chunk.
Put a few more pm_xxx() prototypes there to unbreak compilation, 10x maja@
Diffstat (limited to 'sys/arch/macppc/dev')
-rw-r--r-- | sys/arch/macppc/dev/pm_direct.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/sys/arch/macppc/dev/pm_direct.h b/sys/arch/macppc/dev/pm_direct.h index c43745ca5d6..d96370161e6 100644 --- a/sys/arch/macppc/dev/pm_direct.h +++ b/sys/arch/macppc/dev/pm_direct.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pm_direct.h,v 1.3 2002/03/14 01:26:36 millert Exp $ */ +/* $OpenBSD: pm_direct.h,v 1.4 2002/06/07 15:49:57 miod Exp $ */ /* $NetBSD: pm_direct.h,v 1.5 1999/07/12 15:54:55 tsubai Exp $ */ /* @@ -47,11 +47,15 @@ typedef struct { char data[32]; /* data buffer (is it too much?) */ } PMData; -int pmgrop(PMData *); -void pm_adb_restart(void); -void pm_adb_poweroff(void); -void pm_read_date_time(u_long *); -void pm_set_date_time(u_long); +int pmgrop(PMData *); +int pm_adb_op(u_char *, void *, void *, int); +void pm_adb_restart(void); +void pm_adb_poweroff(void); +void pm_check_adb_devices(int); +void pm_intr(void); +void pm_read_date_time(u_long *); +void pm_set_date_time(u_long); +void pm_setup_adb(void); struct pmu_battery_info { |