Skip to content

Commit

Permalink
examples: remove unneeded #define
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Sortais <sam.sortais@xilinx.com>
  • Loading branch information
samsor authored and wjliang committed Aug 11, 2017
1 parent 8980919 commit 910e1af
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 910e1af

Please sign in to comment.