examples: remove unneeded #define

Signed-off-by: Sam Sortais <sam.sortais@xilinx.com>
This commit is contained in:
Sam Sortais
2017-08-11 13:56:23 -07:00
committed by Wendy Liang
parent 8980919625
commit 910e1af68f
6 changed files with 0 additions and 12 deletions

View File

@@ -63,8 +63,6 @@
#define DEMO_STATUS_IDLE 0x0
#define DEMO_STATUS_START 0x1 /* Status value to indicate demo start */
#define ITERATIONS 1000
struct channel_s {
struct metal_io_region *ipi_io; /* IPI metal i/o region */
struct metal_io_region *shm_io; /* Shared memory metal i/o region */

View File

@@ -67,8 +67,6 @@
#define DEMO_STATUS_IDLE 0x0
#define DEMO_STATUS_START 0x1 /* Status value to indicate demo start */
#define ITERATIONS 1000
#define BUF_SIZE_MAX 4096
struct channel_s {

View File

@@ -81,8 +81,6 @@
#define SHM_DESC_AVAIL_OFFSET 0x00
#define SHM_DESC_ADDR_ARRAY_OFFSET 0x04
#define ITERATIONS 1000
#define BUF_SIZE_MAX 4096
#define PKG_SIZE_MAX 1024
#define PKG_SIZE_MIN 16

View File

@@ -63,8 +63,6 @@
#define DEMO_STATUS_IDLE 0x0
#define DEMO_STATUS_START 0x1 /* Status value to indicate demo start */
#define ITERATIONS 1000
struct channel_s {
struct metal_io_region *ipi_io; /* IPI metal i/o region */
struct metal_io_region *shm_io; /* Shared memory metal i/o region */

View File

@@ -67,8 +67,6 @@
#define DEMO_STATUS_IDLE 0x0
#define DEMO_STATUS_START 0x1 /* Status value to indicate demo start */
#define ITERATIONS 1000
#define BUF_SIZE_MAX 4096
struct channel_s {

View File

@@ -81,8 +81,6 @@
#define SHM_DESC_AVAIL_OFFSET 0x00
#define SHM_DESC_ADDR_ARRAY_OFFSET 0x04
#define ITERATIONS 1000
#define BUF_SIZE_MAX 4096
#define PKG_SIZE_MAX 1024
#define PKG_SIZE_MIN 16