[Cbe-oss-dev] [PATCH] Export <asm/ps3av.h> for userspace.

David Woodhouse dwmw2 at infradead.org
Sat Mar 31 13:33:01 EST 2007


On Sat, 2007-03-31 at 04:19 +0100, David Woodhouse wrote:
> The ps3videomode.c utility seems to need definitions from ps3av.h, but
> that file doesn't exist in userspace. I'm not sure how this could ever
> have worked. Export it, and elide some kernel-only parts.

That patch is necessary, but not sufficient. The header in question
still uses incorrect types ('u32' et al.). It should be switched to
either uint32_t or __u32 -- preferably the former.

I'm building ps3videomode with a hack to make those types work, for now.

-- 
dwmw2




More information about the cbe-oss-dev mailing list