u-boot-brain/board/prodrive/p3mx/p3mx.h
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files
Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com>
2013-07-24 09:44:38 -04:00

18 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__ */