some question about struct ktermios
July 7, 2012
10:46 a.m.
Dear all "struct ktermios" is the struct used for terminal. Why the header file is put at arch/mips/include/asm/termbits.h Doesn't it should located at kernel/include? -- Regards
July 7, 2012
10:54 a.m.
On Sat, Jul 7, 2012 at 12:46 PM, loody <miloody@gmail.com> wrote:
Dear all "struct ktermios" is the struct used for terminal. Why the header file is put at arch/mips/include/asm/termbits.h Doesn't it should located at kernel/include?
That is the architecture-specific definition. The generic definition can be found at include/asm-generic/termbits.h Greetings, Philipp
5151
Age (days ago)
5151
Last active (days ago)
1 comments
2 participants
participants (2)
-
loody -
Philipp Ittershagen