add CONFIH_HOOK_POWERCONTROL_SPEAKER.

This commit is contained in:
sato 2000-09-10 15:45:47 +00:00
parent 988e123a02
commit 20cc493f48
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: config_hook.h,v 1.5 2000/07/22 08:53:38 takemura Exp $ */
/* $NetBSD: config_hook.h,v 1.6 2000/09/10 15:45:47 sato Exp $ */
/*-
* Copyright (c) 1999
@ -62,6 +62,7 @@ int config_hook_call __P((int type, long id, void *msg));
#define CONFIG_HOOK_POWERCONTROL_COM3 3
#define CONFIG_HOOK_POWERCONTROL_LCDLIGHT 4
#define CONFIG_HOOK_POWERCONTROL_LCD 5
#define CONFIG_HOOK_POWERCONTROL_SPEAKER 6
#define CONFIG_HOOK_BUTTONEVENT 1
#define CONFIG_HOOK_BUTTONEVENT_POWER 0
@ -101,6 +102,7 @@ int config_hook_call __P((int type, long id, void *msg));
#define PWCTL_COM3 CONFIG_HOOK_POWERCONTROL_COM3
#define PWCTL_LCDLIGHT CONFIG_HOOK_POWERCONTROL_LCDLIGHT
#define PWCTL_LCD CONFIG_HOOK_POWERCONTROL_LCD
#define PWCTL_SPEAKER CONFIG_HOOK_POWERCONTROL_SPEAKER
#define BTN_POWER CONFIG_HOOK_BUTTONEVENT_POWER
#define BTN_OK CONFIG_HOOK_BUTTONEVENT_OK
#define BTN_CANCEL CONFIG_HOOK_BUTTONEVENT_CANCEL