mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2024-11-05 04:31:52 +02: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:
parent
bb600dada5
commit
df9fb5c338
@ -16,11 +16,13 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
|
#include "gpio-s3c24xx.h"
|
||||||
|
|
||||||
|
|
||||||
#define BASE 0x56000000
|
#define BASE 0x56000000
|
||||||
|
|
||||||
|
|
||||||
volatile void *mem;
|
volatile uint32_t *mem;
|
||||||
|
|
||||||
|
|
||||||
void gpio_init(void)
|
void gpio_init(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user