mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
pc_nic_drv: implement dst_release
This commit is contained in:
parent
8a279855ff
commit
bd0c680ec8
@ -390,3 +390,10 @@ int net_ratelimit(void)
|
||||
/* suppress */
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <net/dst.h>
|
||||
|
||||
void dst_release(struct dst_entry * dst)
|
||||
{
|
||||
lx_emul_trace(__func__);
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* \brief Dummy definitions of Linux Kernel functions
|
||||
* \author Automatically generated file - do no edit
|
||||
* \date 2023-06-22
|
||||
* \date 2023-08-09
|
||||
*/
|
||||
|
||||
#include <lx_emul.h>
|
||||
@ -232,14 +232,6 @@ void do_trace_netlink_extack(const char * msg)
|
||||
}
|
||||
|
||||
|
||||
#include <net/dst.h>
|
||||
|
||||
void dst_release(struct dst_entry * dst)
|
||||
{
|
||||
lx_emul_trace_and_stop(__func__);
|
||||
}
|
||||
|
||||
|
||||
#include <linux/printk.h>
|
||||
|
||||
asmlinkage __visible void dump_stack(void)
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* \brief Dummy definitions of Linux Kernel functions
|
||||
* \author Automatically generated file - do no edit
|
||||
* \date 2023-06-21
|
||||
* \date 2023-08-09
|
||||
*/
|
||||
|
||||
#include <lx_emul.h>
|
||||
@ -240,14 +240,6 @@ void do_trace_netlink_extack(const char * msg)
|
||||
}
|
||||
|
||||
|
||||
#include <net/dst.h>
|
||||
|
||||
void dst_release(struct dst_entry * dst)
|
||||
{
|
||||
lx_emul_trace_and_stop(__func__);
|
||||
}
|
||||
|
||||
|
||||
#include <linux/printk.h>
|
||||
|
||||
asmlinkage __visible void dump_stack(void)
|
||||
|
Loading…
Reference in New Issue
Block a user