summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson S2020-02-12 15:15:59 -0600
committerSam Nelson S2020-02-12 15:15:59 -0600
commit810d8a31c797d07abe808cb3fa89465fa934d4dd (patch)
tree1daa8af31a0c5f9c41875416429ccf466d57e1a8
parentf7fb3b7c21b3f6dd8b4adeef5df5be1824b9be73 (diff)
parentfa035f69791dc34fd978670aa8455e86543b86f8 (diff)
downloadmulti-proc-manager-master.tar.gz
multi-proc-manager-master.tar.xz
multi-proc-manager-master.zip
Merge pull request #11 in PROCESSOR-SDK/multiprocmgr from ~A0850442/multiprocmgr:master to masterHEADmaster
* commit 'fa035f69791dc34fd978670aa8455e86543b86f8': mpmdlif.c: don't suppress kernel <linux/types.h> inclusion mpmdlif.c: don't hardcode kernel's "uapi" location keystone_remoteproc.h
-rw-r--r--src/daemon/mpmdlif.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/daemon/mpmdlif.c b/src/daemon/mpmdlif.c
index 0c31604..ab8c72d 100644
--- a/src/daemon/mpmdlif.c
+++ b/src/daemon/mpmdlif.c
@@ -46,8 +46,7 @@
46#include <byteswap.h> 46#include <byteswap.h>
47#include <stdint.h> 47#include <stdint.h>
48 48
49#define _LINUX_TYPES_H 49#include "linux/keystone_remoteproc.h"
50#include "uapi/linux/keystone_remoteproc.h"
51#include "internal/rsc_types.h" 50#include "internal/rsc_types.h"
52//#include <elf.h> 51//#include <elf.h>
53// #define LOADER_DEBUG 52// #define LOADER_DEBUG