00001 /* 00002 * CaptureTypes.h 00003 * 00004 * Copyright (c) 2011 Datapath Ltd. 00005 * 00006 * This file forms part of the Vision driver capture 00007 * application sample source code. 00008 * 00009 * Purpose: Declares capture app IO types. 00010 * 00011 */ 00012 00013 00014 typedef enum _eIOType 00015 { 00016 IO_READ, 00017 IO_MMAP, 00018 IO_USERPTR, 00019 } eIOType; 00020