Ignore:
Timestamp:
Jun 6, 2009, 11:07:11 AM (16 years ago)
Author:
Paul Smedley
Message:

Reorganise code to make maintenance easier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/slab.h

    r32 r442  
    44 * (markhe@nextd.demon.co.uk)
    55 */
     6
     7#include <linux/types.h>
    68
    79#if     !defined(_LINUX_SLAB_H)
     
    6668#endif
    6769
     70void *kzalloc(size_t n, gfp_t gfp_flags);
     71void *kcalloc(size_t n, size_t size, unsigned int __nocast gfp_flags);
     72
    6873#endif  /* _LINUX_SLAB_H */
Note: See TracChangeset for help on using the changeset viewer.