[BACK]Return to zaurus_scoopvar.h CVS log [TXT][DIR] Up to [local] / sys / arch / zaurus / dev

Annotation of sys/arch/zaurus/dev/zaurus_scoopvar.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: zaurus_scoopvar.h,v 1.11 2007/03/18 20:50:23 uwe Exp $        */
                      2:
                      3: /*
                      4:  * Copyright (c) 2005 Uwe Stuehler <uwe@bsdx.de>
                      5:  *
                      6:  * Permission to use, copy, modify, and distribute this software for any
                      7:  * purpose with or without fee is hereby granted, provided that the above
                      8:  * copyright notice and this permission notice appear in all copies.
                      9:  *
                     10:  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
                     11:  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
                     12:  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
                     13:  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
                     14:  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
                     15:  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
                     16:  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
                     17:  */
                     18:
                     19: #define        SCOOP_LED_GREEN         (1<<0)
                     20: #define        SCOOP_LED_ORANGE        (1<<1)
                     21:
                     22: void   scoop_set_backlight(int, int);
                     23: void   scoop_set_irled(int);
                     24: void   scoop_led_set(int, int);
                     25: void   scoop_battery_temp_adc(int);
                     26: void   scoop_charge_battery(int, int);
                     27: void   scoop_discharge_battery(int);
                     28: void   scoop_check_mcr(void);
                     29: void   scoop_set_headphone(int);
                     30: void   scoop_set_sdmmc_power(int);
                     31: void   scoop_akin_pullup(int);
                     32: void   scoop_suspend(void);
                     33: void   scoop_resume(void);

CVSweb