tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Questions about types
> To what extent are they (supposed to be) exposed to userland? I was
> thinking types(9).
<machine/types.h> says:
> /* NB: This should probably be if defined(_KERNEL) */
> #if defined(_NETBSD_SOURCE)
> typedef unsigned long paddr_t;
:
and at least <sys/mbuf.h> uses paddr_t outside #ifdef _KERNEL,
but I'm not sure if it's actually referred by userland programs.
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index