Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/include/linux/kernel.h

    r772 r777  
    113113
    114114char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
     115int vscnprintf(char *buf, size_t size, const char *fmt, va_list args);
    115116extern int hex_to_bin(char ch);
    116117#define __ALIGN_MASK(x, mask)   __ALIGN_KERNEL_MASK((x), (mask))
     
    128129
    129130_WCRTLINK extern int    sscanf( const char *__s, const char *__format, ... );
    130 
     131typedef void *acpi_handle;      /* Actually a ptr to a NS Node */
     132typedef
     133void (*acpi_notify_handler) (acpi_handle device, u32 value, void *context);
    131134#endif
Note: See TracChangeset for help on using the changeset viewer.