Initial support for DPDK functions (#3313)
This commit is contained in:
parent
62dbe2eb2f
commit
7944ea9937
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<def format="2">
|
||||||
|
<function name="rte_panic">
|
||||||
|
<noreturn>true</noreturn>
|
||||||
|
<formatstr/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<formatstr/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
</def>
|
Loading…
Reference in New Issue