]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/prodrive/p3mx/p3mx.h
gic: fixed compilation error in GICv2 wait for interrupt macro
[karo-tx-uboot.git] / board / prodrive / p3mx / p3mx.h
1 /*
2  * (C) Copyright 2005
3  *
4  * Roel Loeffen, (C) Copyright 2006 Prodrive B.V. roel.loeffen@prodrive.nl
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #ifndef __P3MX_H__
10 #define __P3MX_H__
11
12 #define LED_OFF         1
13 #define LED_GREEN       2
14 #define LED_RED         3
15 #define LED_ORANGE      4
16
17 #endif /* __P3MX_H__ */