Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / fs / efivarfs / internal.h
blobb5ff16addb7ce0984d14d2efe0324be884d20911
1 /*
2 * Copyright (C) 2012 Red Hat, Inc.
3 * Copyright (C) 2012 Jeremy Kerr <jeremy.kerr@canonical.com>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9 #ifndef EFIVAR_FS_INTERNAL_H
10 #define EFIVAR_FS_INTERNAL_H
12 #include <linux/list.h>
14 extern const struct file_operations efivarfs_file_operations;
15 extern const struct inode_operations efivarfs_dir_inode_operations;
16 extern bool efivarfs_valid_name(const char *str, int len);
17 extern struct inode *efivarfs_get_inode(struct super_block *sb,
18 const struct inode *dir, int mode, dev_t dev);
20 extern struct list_head efivarfs_list;
22 #endif /* EFIVAR_FS_INTERNAL_H */