1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-06-26 03:05:28 +03:00

Include gpio-s3c24xx.h in gpio-s3c24xx.c

- f32x/gpio-s3c24xx.c: include gpio-s3c24xx.h
- f32x/gpio-s3c24xx.c: fix declaration mismatch discovered this way
This commit is contained in:
Werner Almesberger 2010-10-21 20:25:17 -03:00
parent bb600dada5
commit df9fb5c338

View File

@ -16,11 +16,13 @@
#include <fcntl.h>
#include <sys/mman.h>
#include "gpio-s3c24xx.h"
#define BASE 0x56000000
volatile void *mem;
volatile uint32_t *mem;
void gpio_init(void)