#ifndef VENDOR_IDS_H #define VENDOR_IDS_H typedef enum { UNKNOWN = 0x00, YUBICO = 0x01 } vendor_id_t; #endif