Changeset aa85487 in mainline for uspace/lib/libpci/access.c


Ignore:
Timestamp:
2010-03-07T15:11:56Z (14 years ago)
Author:
Lukas Mejdrech <lukasmejdrech@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
aadf01e
Parents:
2e99277 (diff), 137691a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes, revision 308

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libpci/access.c

    r2e99277 raa85487  
    5151}
    5252
    53 static void pci_generic_error(char *msg, ...)
     53static void pci_generic_error(const char *msg, ...)
    5454{
    5555        va_list args;
     
    6262}
    6363
    64 static void pci_generic_warn(char *msg, ...)
     64static void pci_generic_warn(const char *msg, ...)
    6565{
    6666        va_list args;
     
    7272}
    7373
    74 static void pci_generic_debug(char *msg, ...)
     74static void pci_generic_debug(const char *msg, ...)
    7575{
    7676        va_list args;
     
    8181}
    8282
    83 static void pci_null_debug(char *msg UNUSED, ...)
     83static void pci_null_debug(const char *msg UNUSED, ...)
    8484{
    8585}
Note: See TracChangeset for help on using the changeset viewer.