Searched refs:obs_kernel_param (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dinit.h61 struct obs_kernel_param { struct
67 #define __setup_param(str, unique_id, fn, early) static char __setup_str_##unique_id[] __initdata = str; static struct obs_kernel_param __setup_##unique_id __attribute_used__ __attribute__((__section__(".init.setup"))) __attribute__((aligned((sizeof(long))))) = { __setup_str_##unique_id, fn, early }

Completed in 171 milliseconds