xref: /dpdk/drivers/common/octeontx/version.map (revision 63b3907833d87288bbc74f370e22f2929ec34594)
1*63b39078SBruce RichardsonINTERNAL {
2*63b39078SBruce Richardson	global:
3*63b39078SBruce Richardson
4*63b39078SBruce Richardson	octeontx_get_global_domain;
5*63b39078SBruce Richardson	octeontx_logtype_mbox;
6*63b39078SBruce Richardson	octeontx_mbox_init;
7*63b39078SBruce Richardson	octeontx_mbox_send;
8*63b39078SBruce Richardson	octeontx_mbox_set_ram_mbox_base;
9*63b39078SBruce Richardson	octeontx_mbox_set_reg;
10*63b39078SBruce Richardson
11*63b39078SBruce Richardson	local: *;
12*63b39078SBruce Richardson};
13