Separated slot vendors and token vendors.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef VENDOR_IDS_H
|
||||
#define VENDOR_IDS_H
|
||||
|
||||
typedef enum {
|
||||
UNKNOWN = 0x00,
|
||||
YUBICO = 0x01
|
||||
} vendor_id_t;
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user