spi: Rename of_spi_register_master() function
[linux/fpc-iii.git] / include / net / ila.h
blobf98dcd5791b0428796d2d7b5254338544856fbdd
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * ILA kernel interface
5 * Copyright (c) 2015 Tom Herbert <tom@herbertland.com>
6 */
8 #ifndef _NET_ILA_H
9 #define _NET_ILA_H
11 int ila_xlat_outgoing(struct sk_buff *skb);
12 int ila_xlat_incoming(struct sk_buff *skb);
14 #endif /* _NET_ILA_H */