1 2 3 4 5 6 7 8
/* Public domain. */ #ifndef _ASM_CURRENT_H #define _ASM_CURRENT_H #define current curproc #endif