Skip to content
Snippets Groups Projects
Commit a0dd341d authored by Adam Wujek's avatar Adam Wujek
Browse files

userspace/tools/wrs_dump_shmem: use spll related defines from softpll.h


Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent 1b781b20
No related merge requests found
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <libwr/rtu_shmem.h> #include <libwr/rtu_shmem.h>
#include <libwr/softpll_export.h> #include <libwr/softpll_export.h>
#include <libwr/util.h> #include <libwr/util.h>
#include <libwr/softpll.h>
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
#include <ppsi-wrs.h> #include <ppsi-wrs.h>
#include "time_lib.h" #include "time_lib.h"
...@@ -29,9 +30,6 @@ ...@@ -29,9 +30,6 @@
#include "wrs_dump_shmem.h" #include "wrs_dump_shmem.h"
#define FPGA_SPLL_STAT 0x10006800
#define SPLL_MAGIC 0x5b1157a7
int dump_one_field_ppsi_wrs(int type, int size, void *p, int i); int dump_one_field_ppsi_wrs(int type, int size, void *p, int i);
int dump_one_field_type_ppsi_wrs(int type, int size, void *p); int dump_one_field_type_ppsi_wrs(int type, int size, void *p);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment