comparison target-utils/c139explore/backlight.c @ 109:5d9d95530256

target-utils/c139explore/backlight.c: use our own strings.h
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 01 Nov 2016 01:27:48 +0000
parents e7502631a0f9
children
comparison
equal deleted inserted replaced
108:2b041d57de1f 109:5d9d95530256
1 #include <sys/types.h> 1 #include <sys/types.h>
2 #include <string.h> 2 #include <strings.h>
3 #include "types.h" 3 #include "types.h"
4 #include "abbdefs.h" 4 #include "abbdefs.h"
5 5
6 #define GPIO_OUT_REG (*(volatile u16 *) 0xfffe4802) 6 #define GPIO_OUT_REG (*(volatile u16 *) 0xfffe4802)
7 #define BACKLIGHT_GPIO_MASK 0x0002 7 #define BACKLIGHT_GPIO_MASK 0x0002