#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
int extern_list_is_last(const struct list_head *list, const struct list_head *head)
void extern_list_splice(const struct list_head *list, struct list_head *entry)
int extern_list_empty(const struct list_head *list)
int extern_list_contains(struct list_head *entry, struct list_head *head)
void extern_list_add(struct list_head *new, struct list_head *head)
void extern_list_splice_init(struct list_head *list, struct list_head *entry)
int extern_list_is_singular(const struct list_head *list)
void extern_list_del(struct list_head *list)
void extern_list_splice_tail_init(struct list_head *list, struct list_head *entry)
void extern_list_cut_position(struct list_head *new, struct list_head *list, struct list_head *entry)
void extern_list_splice_tail(const struct list_head *list, struct list_head *entry)
void extern_list_add_tail(struct list_head *new, struct list_head *head)
static void inline_list_splice_tail(const struct list_head *list, struct list_head *entry)
static void inline_list_add(struct list_head *new, struct list_head *head)
static void inline_list_splice_init(struct list_head *list, struct list_head *entry)
static void inline_list_del(struct list_head *list)
static void inline_list_cut_position(struct list_head *new, struct list_head *list, struct list_head *entry)
static int inline_list_contains(struct list_head *entry, struct list_head *head)
static void inline_list_splice_tail_init(struct list_head *list, struct list_head *entry)
static void inline_list_add_tail(struct list_head *new, struct list_head *head)
static void inline_list_splice(const struct list_head *list, struct list_head *entry)
static int inline_list_is_last(const struct list_head *list, const struct list_head *head)
static int inline_list_empty(const struct list_head *list)
static int inline_list_is_singular(const struct list_head *list)
A doubly-linked list entry (or list head)