fwcutter: Add unique firmware IDs
[b43-tools.git] / fwcutter / fwcutter.h
index 2e47073cc7db47def23717b6e33fce13303f659e..ac2df63ceb217ac47615aac77951f249d03cf66c 100644 (file)
@@ -65,6 +65,7 @@ struct extract {
 
 struct file {
        const char *name;
+       const char *id;
        const char *ucode_version;
        const char *md5;
        const struct extract *extract;