tools: ifwitool: Define __packed when it is not defined
authorBin Meng <bmeng.cn@gmail.com>
Sun, 27 Oct 2019 12:19:44 +0000 (05:19 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 28 Oct 2019 17:32:51 +0000 (13:32 -0400)
commitccd4398fa71e305158ec53f4cd5b1f7fad27caaf
treec2281cf410442e19266419ddf2355a8908604cdc
parent10289b4ed9f68bf3cd99d54acd4efdf7a96e281b
tools: ifwitool: Define __packed when it is not defined

Some compilers may provide __packed define for us.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
tools/ifwitool.c