* which data structure keep IO information.
@ 2008-01-30 3:42 Barisa Kisku
0 siblings, 0 replies; only message in thread
From: Barisa Kisku @ 2008-01-30 3:42 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 756 bytes --]
Hi,
I have to port one customised layer 2 protocol stack and read, write system
call to access devices in linux-2.4.
At the moment this is ported in UNIX SVR2/4 operating system.this protocol
uses some common data structure,
i.e "user" in unix srv2/4, which keeps information such as
u_error = return errorn code
u_base = base address for I/O
u_count = bytes remaining for I/O
u_arg = argument to current system call etc.
so i need to store these information in linux-2.4 implementation for
implementing read/write system calls.so what is/are
corresponding structure in linux-2.4.i went through task_struct, fs_struct,
files_struct etc., but couldn't relate it properly.
Please help me on this .
thanks and regards,
Barisa Kisku
[-- Attachment #2: Type: text/html, Size: 941 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-30 3:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 3:42 which data structure keep IO information Barisa Kisku
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).