Hardware Design: SIE
Sign in or create your account | Project List | Help
Hardware Design: SIE Git Source Tree
Root/
| 1 | /* |
| 2 | * JZ47xx GPIO lines |
| 3 | * |
| 4 | * Written 2010 by Andres Calderon andres.calderon@emqbit.com |
| 5 | */ |
| 6 | |
| 7 | #ifndef __jz47xx_mmap_h__ |
| 8 | #define __jz47xx_mmap_h__ |
| 9 | |
| 10 | #include <sys/mman.h> |
| 11 | #include <stdio.h> |
| 12 | #include <sys/mman.h> |
| 13 | #include <fcntl.h> |
| 14 | #include <stdlib.h> |
| 15 | #include <termios.h> |
| 16 | #include <unistd.h> |
| 17 | |
| 18 | #include "jz47xx_gpio.h" |
| 19 | |
| 20 | unsigned int * jz_mmap (off_t address); |
| 21 | |
| 22 | #endif |
| 23 |
Branches:
master
