Ignore:
Timestamp:
Jan 26, 2021, 7:59:05 AM (5 years ago)
Author:
Paul Smedley
Message:

Yet more code cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/include/linux/vmalloc.h

    r625 r662  
    2525extern struct vm_struct * vmlist;
    2626extern void *vzalloc(unsigned long size);
     27extern void *__vmalloc(unsigned long size, gfp_t gfp_mask);
     28void *__vmalloc_node(unsigned long size, unsigned long align, gfp_t gfp_mask,
     29                int node, const void *caller);
    2730#endif
    2831
Note: See TracChangeset for help on using the changeset viewer.