mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 15:10:56 +00:00
parent
3485282909
commit
a462a8e741
@ -33,6 +33,8 @@
|
|||||||
#include <lx_emul/impl/slab.h>
|
#include <lx_emul/impl/slab.h>
|
||||||
#include <lx_emul/impl/mutex.h>
|
#include <lx_emul/impl/mutex.h>
|
||||||
|
|
||||||
|
unsigned long loops_per_jiffy = 1; /* needed by 'dwc_otg_attr.c' */
|
||||||
|
|
||||||
namespace Genode {
|
namespace Genode {
|
||||||
class Slab_backend_alloc;
|
class Slab_backend_alloc;
|
||||||
class Slab_alloc;
|
class Slab_alloc;
|
||||||
|
@ -105,6 +105,8 @@ typedef unsigned long phys_addr_t;
|
|||||||
typedef unsigned __poll_t;
|
typedef unsigned __poll_t;
|
||||||
typedef unsigned slab_flags_t;
|
typedef unsigned slab_flags_t;
|
||||||
|
|
||||||
|
extern unsigned long loops_per_jiffy; /* needed by 'dwc_otg_attr.c' */
|
||||||
|
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
** linux/compiler.h **
|
** linux/compiler.h **
|
||||||
|
Loading…
x
Reference in New Issue
Block a user