Commit d163c0be authored by Manohar Vanga's avatar Manohar Vanga

Removed old header definition from firmware.c

Signed-off-by: 's avatarManohar Vanga <manohar.vanga@gmail.com>
parent e88c95c9
......@@ -9,13 +9,6 @@
#define CLASS(flag) ((flag >> 16) & 0xfff)
#define VERSION(flag) (flag & 0xffff)
struct wb_id {
uint32_t vendor;
uint16_t device;
uint16_t subdevice;
uint32_t flags;
} __attribute__((aligned(1024)));
void print_wbd(uint8_t major, uint8_t minor,
uint64_t vendor, uint32_t device,
uint64_t base, uint64_t size,
......
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