1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-01-09 19:40:15 +02:00
nn-usb-fpga/Examples/sram_gpio/QT_src/jz47xx_mmap.h
2010-09-24 10:27:12 -05:00

15 lines
218 B
C

/*
* JZ47xx GPIO lines
*
* Written 2010 by Andres Calderon andres.calderon@emqbit.com
*/
#ifndef __jz47xx_mmap_h__
#define __jz47xx_mmap_h__
#include <sys/mman.h>
unsigned int * jz_mmap (off_t address);
#endif