mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
9b88ee0f3b
Since linux/auto_dev-ioctl.h wasn't included in include/linux/Kbuild it wasn't moved to uapi/linux as part of the uapi series. Link: http://lkml.kernel.org/r/20160812024901.12352.10984.stgit@pluto.themaw.net Signed-off-by: Ian Kent <raven@themaw.net> Cc: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14 lines
454 B
C
14 lines
454 B
C
/*
|
|
* Copyright 2008 Red Hat, Inc. All rights reserved.
|
|
* Copyright 2008 Ian Kent <raven@themaw.net>
|
|
*
|
|
* This file is part of the Linux kernel and is made available under
|
|
* the terms of the GNU General Public License, version 2, or at your
|
|
* option, any later version, incorporated herein by reference.
|
|
*/
|
|
|
|
#ifndef _LINUX_AUTO_DEV_IOCTL_H
|
|
#define _LINUX_AUTO_DEV_IOCTL_H
|
|
|
|
#include <uapi/linux/auto_dev-ioctl.h>
|
|
#endif /* _LINUX_AUTO_DEV_IOCTL_H */
|