On Thu, Nov 6, 2014 at 1:54 AM, Masao Uebayashi <uebay...@gmail.com> wrote:
> struct cfiattrdata {
>         const char *ci_name;
>         cfprint_t ci_print;
>         cfsubmatch_t ci_submatch;
>         int ci_loclen;
>         const struct cflocdesc ci_locdesc[];
> };

Actually, ci_name, ci_print, ci_submatch are defined in drivers (*.c).
The rest is generated by config(1).  But the idea remains.

Reply via email to