mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 19:54:03 +08:00
12 lines
327 B
C
12 lines
327 B
C
|
/*
|
||
|
* include/asm-mips/ddb5074.h -- NEC DDB Vrc-5074 definitions
|
||
|
*
|
||
|
* Copyright (C) 2000 Geert Uytterhoeven <geert@sonycom.com>
|
||
|
* Sony Software Development Center Europe (SDCE), Brussels
|
||
|
*/
|
||
|
|
||
|
extern void ddb5074_led_hex(int hex);
|
||
|
extern void ddb5074_led_d2(int on);
|
||
|
extern void ddb5074_led_d3(int on);
|
||
|
|