We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37d0a2c + 480abc7 commit a4349bfCopy full SHA for a4349bf
tools/lkl/include/lkl_host.h
@@ -17,7 +17,7 @@ extern struct lkl_host_operations lkl_host_ops;
17
*/
18
int lkl_printf(const char *fmt, ...);
19
20
-char lkl_virtio_devs[256];
+extern char lkl_virtio_devs[256];
21
22
struct lkl_dev_buf {
23
void *addr;
0 commit comments