mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding dual channel to scope example, fixing logic and QT source code.
This commit is contained in:
14
Examples/ADC/Scope-QT-src/jz47xx_mmap.h
Normal file
14
Examples/ADC/Scope-QT-src/jz47xx_mmap.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* 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
|
||||
Reference in New Issue
Block a user