Changeset 7acd787 in mainline for abi/include


Ignore:
Timestamp:
2019-01-03T00:53:50Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b9f1585, c477c80
Parents:
ca645a2
git-author:
Jiri Svoboda <jiri@…> (2019-01-03 00:48:00)
git-committer:
Jiri Svoboda <jiri@…> (2019-01-03 00:53:50)
Message:

Utility for listing PCI devices

Currently all information presented can also be gathered from devctl -v,
although 'pci' prints it in a nice compact format. Ability to print
more information, including information not available from devctl,
can be added later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/ipc/interfaces.h

    rca645a2 r7acd787  
    183183            FOURCC_COMPACT('v', 'b', 'd', ' ') | IFACE_EXCHANGE_SERIALIZE,
    184184        INTERFACE_IPC_TEST =
    185             FOURCC_COMPACT('i', 'p', 'c', 't') | IFACE_EXCHANGE_SERIALIZE
     185            FOURCC_COMPACT('i', 'p', 'c', 't') | IFACE_EXCHANGE_SERIALIZE,
     186        INTERFACE_PCI =
     187            FOURCC_COMPACT('p', 'c', 'i', ' ') | IFACE_EXCHANGE_SERIALIZE
    186188} iface_t;
    187189
Note: See TracChangeset for help on using the changeset viewer.