Root/Examples/ADC/Test-QT-src/jz47xx_mmap.h

Source at commit 9d578912b727722b22319832985451a79ec35747 created 13 years 18 days ago.
By Juan64Bits, Updating prototype of SIE code generator.
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
12unsigned int * jz_mmap (off_t address);
13
14#endif
15

Archive Download this file

Branches:
master



interactive