Skip to content

Commit e27a95c

Browse files
committed
[VirtIO] Link OpenAMP middleware files to the core
1 parent 52c2f80 commit e27a95c

File tree

18 files changed

+98
-0
lines changed

18 files changed

+98
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/device.c"
4+
5+
#endif /* VIRTIOCON */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/system/generic/condition.c"
4+
5+
#endif /* VIRTIOCON */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/system/generic/cortexm/sys.c"
4+
5+
#endif /* VIRTIOCON */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/system/generic/generic_device.c"
4+
5+
#endif /* VIRTIOCON */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/system/generic/generic_init.c"
4+
5+
#endif /* VIRTIOCON */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/system/generic/generic_io.c"
4+
5+
#endif /* VIRTIOCON */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/system/generic/generic_shmem.c"
4+
5+
#endif /* VIRTIOCON */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/system/generic/time.c"
4+
5+
#endif /* VIRTIOCON */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/init.c"
4+
5+
#endif /* VIRTIOCON */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#ifdef VIRTIOCON
2+
3+
#include "libmetal/lib/io.c"
4+
5+
#endif /* VIRTIOCON */

0 commit comments

Comments
 (0)