summaryrefslogtreecommitdiffstats
path: root/board/prodrive/p3mx/p3mx.h
blob: e6518cb59213f91a48d8a042a0c99f2c42605907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * (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__ */
OpenPOWER on IntegriCloud