]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc8xx/wlkbd.c
ARM: highbank: use default prompt
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc8xx / wlkbd.c
1 /*
2  * (C) Copyright 2000
3  * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #include <common.h>
9 #include <config.h>
10
11 #ifdef CONFIG_WL_4PPM_KEYBOARD
12
13 /* WIP: Wireless keyboard on SMC
14  */
15 int     drv_wlkbd_init (void)
16 {
17     return 0 ;
18 }
19
20 #endif  /* CONFIG_WL_4PPM_KEYBOARD */