Changeset c92a5753 in mainline for uspace/srv/net/include/device.h


Ignore:
Timestamp:
2010-01-04T17:55:21Z (14 years ago)
Author:
Lukas Mejdrech <lukas@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4ff8a6d
Parents:
daecfed3
Message:

+ device invalid ientifier definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/include/device.h

    rdaecfed3 rc92a5753  
    4747 */
    4848#define DEVICE_MAP_IMPLEMENT    INT_MAP_IMPLEMENT
     49
     50/** Invalid device identifier.
     51 */
     52#define DEVICE_INVALID_ID               ( -1 )
    4953
    5054/** Device identifier type.
Note: See TracChangeset for help on using the changeset viewer.