Ignore:
Timestamp:
Mar 24, 2008, 2:43:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to ALSA 1.0.16 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/include/linux/moduleparam.h

    r32 r305  
    6666        module_param_call(name, param_set_##type, param_get_##type, &value, perm)
    6767
     68#ifndef TARGET_OS2
    6869#define module_param(name, type, perm)                          \
    6970        module_param_named(name, name, type, perm)
    70 
     71#endif
    7172/* Actually copy string: maxlen param is usually sizeof(string). */
    7273#define module_param_string(name, string, len, perm)                    \
     
    137138                          &__param_arr_##name, perm)
    138139
     140#ifndef TARGET_OS2
    139141#define module_param_array(name, type, nump, perm)              \
    140142        module_param_array_named(name, name, type, nump, perm)
    141 
     143#endif
    142144extern int param_array_set(const char *val, struct kernel_param *kp);
    143145extern int param_array_get(char *buffer, struct kernel_param *kp);
Note: See TracChangeset for help on using the changeset viewer.