Re: ask about include header file

From: AmÃrico Wang
Date: Fri Oct 08 2010 - 10:25:54 EST


On Wed, Oct 06, 2010 at 08:25:09PM -0200, khaled MOHAMMED atteya wrote:
>In arch/x86/kernel/entry_32.S(for example) , audit_syscall_entry
>function is called by this statement "call audit_syscall_entry", and
>when i search about this function declaration , i found it in
>include/linux/audit.h , but i couldn't found #include linux/audit.h in
>entry_32.S as i expected, why?
>

Hey,

that is asm, not C, asm doesn't need declarations, C does. :)

--
Live like a child, think like the god.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/