]> Git Repo - linux.git/blob - include/net/ila.h
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[linux.git] / include / net / ila.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * ILA kernel interface
4  *
5  * Copyright (c) 2015 Tom Herbert <[email protected]>
6  */
7
8 #ifndef _NET_ILA_H
9 #define _NET_ILA_H
10
11 struct sk_buff;
12
13 int ila_xlat_outgoing(struct sk_buff *skb);
14 int ila_xlat_incoming(struct sk_buff *skb);
15
16 #endif /* _NET_ILA_H */
This page took 0.031441 seconds and 4 git commands to generate.