Changeset 371bd7d in mainline for uspace/lib/pci/access.c


Ignore:
Timestamp:
2010-03-27T09:22:17Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36a75a2
Parents:
cd82bb1 (diff), eaf22d4 (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.

File:
1 moved

Legend:

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

    rcd82bb1 r371bd7d  
    1212#include <stdlib.h>
    1313#include <stdarg.h>
    14 #include <string.h>
     14#include <str.h>
    1515
    1616#include "internal.h"
     
    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.