aboutsummaryrefslogtreecommitdiff
path: root/scripts/setpermute/menudata.h
blob: 1369106b9a7c10b3f731d615a3385272c9ecca09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <stdlib.h>
#include <stdbool.h>
#include <stdio.h>
#include <kconfig/lkc.h>

#ifndef _MENUDATA_H_
#define _MENUDATA_H_

struct menudata {
    bool permute;
    bool subpermute;
};

bool menudata_cal_subpermute(struct menu *m);

#endif /* _MENUDATA_H_ */