tech-kern archive

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

Re: the __ namespace in the kernel



On Thu, Apr 02, 2009 at 09:44:56AM +1100, matthew green wrote:
> 
>    >__wdccommand_done
>    >__wdccommand_done_end
>    >__wdccommand_intr
>    >__wdccommand_kill_xfer
>    >__wdccommand_start
>    >__wdcerror
>    >__wdcwait
>    >__wdcwait_reset
>    >__wdstart
> 
> these seem all wdc driver private, i don't see why they can't
> just all be renamed.

It is; that's why I did prefix them with __ in the first place. They're
all declared static, why would it cause namespace issues ?

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index