Commit 3e86c0a8 authored by Davide Ciminaghi's avatar Davide Ciminaghi Committed by Alessandro Rubini

ppsi.h, add a "field offset" and a "needs port" flag to struct pp_argline

This will let us factorize a lot of very similar config handlers.
Signed-off-by: Davide Ciminaghi's avatarDavide Ciminaghi <ciminaghi@gnudd.com>
parent eb3c4c03
......@@ -308,6 +308,8 @@ struct pp_argline {
char *keyword; /* Each line starts with a keyword */
enum pp_argtype t;
struct pp_argname *args;
size_t field_offset;
int needs_port;
};
/* Both the architecture and the extension can provide config arguments */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment