bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: video mem access with oskit-mach


From: Marcus Brinkmann
Subject: Re: video mem access with oskit-mach
Date: Wed, 3 Oct 2001 00:07:22 +0200
User-agent: Mutt/1.3.22i

On Tue, Oct 02, 2001 at 10:54:40PM +0200, Marcus Brinkmann wrote:
> type mach_port_t = io_port_t;

Ugh, more something like

type io_port_t = mach_port_t
                ctype: mach_port_t
#if     KERNEL_SERVER
                intran: io_port_t convert_port_to_io_port(mach_port_t)
                outtran: mach_port_t convert_task_to_port(io_port_t)
                destructor: io_port_deallocate(io_port_t)
#endif  /* KERNEL_SERVER */
                ;

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]