/* * Copyright (C) 2012 Red Hat, Inc. * Copyright (C) 2012 Jeremy Kerr <jeremy.kerr@canonical.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */#ifndef EFIVAR_FS_INTERNAL_H#define EFIVAR_FS_INTERNAL_H#include <linux/list.h>externconststructfile_operationsefivarfs_file_operations;externconststructinode_operationsefivarfs_dir_inode_operations;externboolefivarfs_valid_name(constchar*str,intlen);externstructinode*efivarfs_get_inode(structsuper_block*sb,conststructinode*dir,intmode,dev_tdev,boolis_removable);externstructlist_headefivarfs_list;#endif /* EFIVAR_FS_INTERNAL_H */