mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2025-04-21 12:27:27 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user