scope refactoring

This commit is contained in:
Blaise Tine
2020-06-13 11:47:28 -07:00
parent 4fa540575c
commit 75af29febb
9 changed files with 268 additions and 230 deletions

7
driver/opae/scope.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include <opae/fpga.h>
int vx_scope_start(fpga_handle hfpga, uint64_t delay);
int vx_scope_stop(fpga_handle hfpga, uint64_t delay);