Driver porting: more module changes
Posted Jul 22, 2004 7:53 UTC (Thu) by
linuxosa (guest, #23278)
In reply to:
Driver porting: more module changes by rusty
Parent article:
Driver porting: more module changes
why the standand kernel source linux/moduleparam.h doesn't have:
extern int param_set_byte(const char *val, struct kernel_param *kp);
extern int param_get_byte(char *buffer, struct kernel_param *kp);
but the comments says:
/* Helper functions: type is byte, short, ushort, int, uint, long,
ulong, charp, bool or invbool, or XXX if you define param_get_XXX,
param_set_XXX and param_check_XXX. */
(
Log in to post comments)