Changeset aa85487 in mainline for uspace/lib/libpci/access.c
- Timestamp:
- 2010-03-07T15:11:56Z (14 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libpci/access.c
r2e99277 raa85487 51 51 } 52 52 53 static void pci_generic_error(c har *msg, ...)53 static void pci_generic_error(const char *msg, ...) 54 54 { 55 55 va_list args; … … 62 62 } 63 63 64 static void pci_generic_warn(c har *msg, ...)64 static void pci_generic_warn(const char *msg, ...) 65 65 { 66 66 va_list args; … … 72 72 } 73 73 74 static void pci_generic_debug(c har *msg, ...)74 static void pci_generic_debug(const char *msg, ...) 75 75 { 76 76 va_list args; … … 81 81 } 82 82 83 static void pci_null_debug(c har *msg UNUSED, ...)83 static void pci_null_debug(const char *msg UNUSED, ...) 84 84 { 85 85 }
Note:
See TracChangeset
for help on using the changeset viewer.