linux/include/linux/auto_fs.h
<<
>>
Prefs
   1/* -*- linux-c -*- ------------------------------------------------------- *
   2 *   
   3 * linux/include/linux/auto_fs.h
   4 *
   5 *   Copyright 1997 Transmeta Corporation - All Rights Reserved
   6 *
   7 * This file is part of the Linux kernel and is made available under
   8 * the terms of the GNU General Public License, version 2, or at your
   9 * option, any later version, incorporated herein by reference.
  10 *
  11 * ----------------------------------------------------------------------- */
  12
  13#ifndef _LINUX_AUTO_FS_H
  14#define _LINUX_AUTO_FS_H
  15
  16#include <linux/fs.h>
  17#include <linux/limits.h>
  18#include <linux/ioctl.h>
  19#include <uapi/linux/auto_fs.h>
  20#endif /* _LINUX_AUTO_FS_H */
  21