]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - fs/efivarfs/internal.h
Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...
[mirror_ubuntu-jammy-kernel.git] / fs / efivarfs / internal.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
d68772b7
MF
2/*
3 * Copyright (C) 2012 Red Hat, Inc.
4 * Copyright (C) 2012 Jeremy Kerr <jeremy.kerr@canonical.com>
d68772b7
MF
5 */
6#ifndef EFIVAR_FS_INTERNAL_H
7#define EFIVAR_FS_INTERNAL_H
8
9#include <linux/list.h>
10
11extern const struct file_operations efivarfs_file_operations;
12extern const struct inode_operations efivarfs_dir_inode_operations;
13extern bool efivarfs_valid_name(const char *str, int len);
14extern struct inode *efivarfs_get_inode(struct super_block *sb,
ed8b0de5
PJ
15 const struct inode *dir, int mode, dev_t dev,
16 bool is_removable);
d68772b7
MF
17
18extern struct list_head efivarfs_list;
19
20#endif /* EFIVAR_FS_INTERNAL_H */