M7350/kernel/include/linux/if_phonet.h

15 lines
274 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
/*
* File: if_phonet.h
*
* Phonet interface kernel definitions
*
* Copyright (C) 2008 Nokia Corporation. All rights reserved.
*/
#ifndef LINUX_IF_PHONET_H
#define LINUX_IF_PHONET_H
2024-09-09 08:57:42 +00:00
#include <uapi/linux/if_phonet.h>
2024-09-09 08:52:07 +00:00
extern struct header_ops phonet_header_ops;
#endif