mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-02-06 03:33:05 +08:00
examples: remove unneeded #define
Signed-off-by: Sam Sortais <sam.sortais@xilinx.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user