blob: 4cc1c0b7787000497cec5fa345b79ebb0afa4f70 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef __LINUX_LTALK_H
3#define __LINUX_LTALK_H
4
David Howells607ca462012-10-13 10:46:48 +01005#include <uapi/linux/if_ltalk.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
Christoph Hellwig3ef4e9a2005-05-05 14:25:59 -07007extern struct net_device *alloc_ltalkdev(int sizeof_priv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#endif