* ask about include header file
@ 2010-10-06 22:25 khaled MOHAMMED atteya
2010-10-08 14:27 ` Américo Wang
0 siblings, 1 reply; 2+ messages in thread
From: khaled MOHAMMED atteya @ 2010-10-06 22:25 UTC (permalink / raw)
To: linux-kernel
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?
--
WITH MY RESPECT
Khaled.M.Atteya
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ask about include header file
2010-10-06 22:25 ask about include header file khaled MOHAMMED atteya
@ 2010-10-08 14:27 ` Américo Wang
0 siblings, 0 replies; 2+ messages in thread
From: Américo Wang @ 2010-10-08 14:27 UTC (permalink / raw)
To: khaled MOHAMMED atteya; +Cc: linux-kernel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-08 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06 22:25 ask about include header file khaled MOHAMMED atteya
2010-10-08 14:27 ` Américo Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox