API: Add support for type aliases 06/15906/9
authorOle Troan <ot@cisco.com>
Tue, 13 Nov 2018 11:36:56 +0000 (12:36 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 29 Nov 2018 07:39:22 +0000 (07:39 +0000)
Previously all types are compound. This adds support for aliases,
so one can do things like:

typedef u32 interface_index;

or
typedef u8 ip4_address[4];

Change-Id: I0455cad0123fc88acb491d2a3ea2725426bdb246
Signed-off-by: Ole Troan <ot@cisco.com>
Signed-off-by: Klement Sekera <ksekera@cisco.com>

No differences found