Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/nic/nic.h

    r9cd8165 rcf9cb36  
    6363#define NIC_MAX_ADDRESS_LENGTH  16
    6464
     65/** Invalid device identifier. */
     66#define NIC_DEVICE_INVALID_ID  (-1)
     67
    6568#define NIC_VENDOR_MAX_LENGTH         64
    6669#define NIC_MODEL_MAX_LENGTH          64
     
    8386
    8487#define NIC_DEVICE_PRINT_FMT  "%x"
     88
     89/** Device identifier type. */
     90typedef int nic_device_id_t;
    8591
    8692/**
Note: See TracChangeset for help on using the changeset viewer.