usb_host: compile errors with DEBUG_LINUX_PRINTK

Ref #3961
This commit is contained in:
Martin Stein 2021-02-18 17:22:12 +01:00 committed by Norman Feske
parent 3485282909
commit a462a8e741
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@
#include <lx_emul/impl/slab.h>
#include <lx_emul/impl/mutex.h>
unsigned long loops_per_jiffy = 1; /* needed by 'dwc_otg_attr.c' */
namespace Genode {
class Slab_backend_alloc;
class Slab_alloc;

View File

@ -105,6 +105,8 @@ typedef unsigned long phys_addr_t;
typedef unsigned __poll_t;
typedef unsigned slab_flags_t;
extern unsigned long loops_per_jiffy; /* needed by 'dwc_otg_attr.c' */
/**********************
** linux/compiler.h **