Changeset 329cf5c in rtems-libbsd


Ignore:
Timestamp:
07/18/19 08:19:52 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5-freebsd-12, 6-freebsd-12
Children:
bd6b20c
Parents:
54e8636
git-author:
Sebastian Huber <sebastian.huber@…> (07/18/19 08:19:52)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/23/19 08:13:28)
Message:

C++ compatibility for <dev/pci/pcivar.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freebsd/sys/dev/pci/pcivar.h

    r54e8636 r329cf5c  
    659659device_t pci_find_dbsf(uint32_t, uint8_t, uint8_t, uint8_t);
    660660device_t pci_find_device(uint16_t, uint16_t);
    661 device_t pci_find_class(uint8_t class, uint8_t subclass);
     661device_t pci_find_class(uint8_t cls, uint8_t subclass);
    662662
    663663/* Can be used by drivers to manage the MSI-X table. */
Note: See TracChangeset for help on using the changeset viewer.