Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/jiffies.h>
#include <linux/ctype.h>
#include <linux/slab.h>
#include <linux/buffer_head.h>
#include <linux/namei.h>
#include "fat.h"
Go to the source code of this file.
Data Structures | |
struct | shortname_info |
Macros | |
#define | INIT_SHORTNAME_INFO(x) |
Functions | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("VFAT filesystem support") | |
MODULE_AUTHOR ("Gordon Chaffee") | |
#define INIT_SHORTNAME_INFO | ( | x | ) |
MODULE_AUTHOR | ( | "Gordon Chaffee" | ) |
MODULE_DESCRIPTION | ( | "VFAT filesystem support" | ) |
MODULE_LICENSE | ( | "GPL" | ) |