X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Fboard%2Fprodrive%2Fp3mx%2Fp3mx.h;fp=qemu%2Froms%2Fu-boot%2Fboard%2Fprodrive%2Fp3mx%2Fp3mx.h;h=e6518cb59213f91a48d8a042a0c99f2c42605907;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/board/prodrive/p3mx/p3mx.h b/qemu/roms/u-boot/board/prodrive/p3mx/p3mx.h new file mode 100644 index 000000000..e6518cb59 --- /dev/null +++ b/qemu/roms/u-boot/board/prodrive/p3mx/p3mx.h @@ -0,0 +1,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__ */