mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
17 lines
291 B
C
17 lines
291 B
C
/*
|
|
* (C) Copyright 2005
|
|
*
|
|
* Roel Loeffen, (C) Copyright 2006 Prodrive B.V. roel.loeffen@prodrive.nl
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __P3MX_H__
|
|
#define __P3MX_H__
|
|
|
|
#define LED_OFF 1
|
|
#define LED_GREEN 2
|
|
#define LED_RED 3
|
|
#define LED_ORANGE 4
|
|
|
|
#endif /* __P3MX_H__ */
|