Files
kernel/include/linux/if_phonet.h
T

15 lines
274 B
C
Raw Normal View History

2008-09-22 19:51:15 -07: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
2008-09-22 19:51:15 -07:00
2012-10-13 10:46:48 +01:00
#include <uapi/linux/if_phonet.h>
2008-09-22 20:08:04 -07:00
extern struct header_ops phonet_header_ops;
#endif