18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * ILA kernel interface
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2015 Tom Herbert <tom@herbertland.com>
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _NET_ILA_H
98c2ecf20Sopenharmony_ci#define _NET_ILA_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciint ila_xlat_outgoing(struct sk_buff *skb);
128c2ecf20Sopenharmony_ciint ila_xlat_incoming(struct sk_buff *skb);
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* _NET_ILA_H */
15