static int __init ww_get_hw_type(char *num){
ww_type_hw = *num - '0';
return 0;
}
__setup("ww_hw_type=", ww_get_hw_type);