Root/Software/sie_cg/tmp/SIE_APP/jz47xx_mmap.h

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
20unsigned int * jz_mmap (off_t address);
21
22#endif
23

Archive Download this file

Branches:
master



interactive