mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
committed by
Christian Helmuth
parent
21f013d2c4
commit
bc4eab430a
@ -59,6 +59,7 @@ DUMMY_RET(0, netdev_kobject_init)
|
||||
DUMMY_RET(0, netdev_register_kobject)
|
||||
DUMMY_RET(0, netpoll_rx)
|
||||
DUMMY_RET(0, nla_put)
|
||||
DUMMY_RET(1, ns_capable)
|
||||
DUMMY_RET(1, num_possible_cpus)
|
||||
DUMMY_RET(0, read_seqretry)
|
||||
DUMMY_RET(0, poll_does_not_wait)
|
||||
@ -347,7 +348,6 @@ DUMMY(-1, nla_strcmp)
|
||||
DUMMY(-1, nla_strlcpy)
|
||||
DUMMY(-1, nla_validate)
|
||||
DUMMY(-1, notifier_from_errno)
|
||||
DUMMY(-1, ns_capable)
|
||||
DUMMY(-1, num_online_cpus)
|
||||
DUMMY(-1, on_each_cpu)
|
||||
DUMMY(-1, open_softirq)
|
||||
|
@ -506,6 +506,8 @@ typedef unsigned long mm_segment_t;
|
||||
void prefetchw(const void *);
|
||||
void prefetch(const void *);
|
||||
|
||||
void *current_text_addr(void);
|
||||
|
||||
|
||||
/*************************************
|
||||
** linux/byteorder/little_endian.h **
|
||||
|
Reference in New Issue
Block a user