Changeset 106340 in vbox
- Timestamp:
- Oct 16, 2024 8:17:12 AM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/acpi.h
r106337 r106340 202 202 * @param ... The format arguments. 203 203 */ 204 RTDECL(int) RTAcpiTblDeviceStartF(RTACPITBL hAcpiTbl, const char *pszNameFmt, ...) ;RT_IPRT_FORMAT_ATTR(2, 3);204 RTDECL(int) RTAcpiTblDeviceStartF(RTACPITBL hAcpiTbl, const char *pszNameFmt, ...) RT_IPRT_FORMAT_ATTR(2, 3); 205 205 206 206 … … 213 213 * @param va The format arguments. 214 214 */ 215 RTDECL(int) RTAcpiTblDeviceStartV(RTACPITBL hAcpiTbl, const char *pszNameFmt, va_list va) ;RT_IPRT_FORMAT_ATTR(2, 0);215 RTDECL(int) RTAcpiTblDeviceStartV(RTACPITBL hAcpiTbl, const char *pszNameFmt, va_list va) RT_IPRT_FORMAT_ATTR(2, 0); 216 216 217 217
Note:
See TracChangeset
for help on using the changeset viewer.