Re: [patch 08/26] posix-timers: Move posix-timer internals to core

From: Christoph Hellwig
Date: Wed May 31 2017 - 11:37:21 EST


On Tue, May 30, 2017 at 11:15:41PM +0200, Thomas Gleixner wrote:
> None of these declarations is required outside of kernel/time. Move them to
> an internal header.

It seems like struct k_clock itself could be marked private as well.

And with a small exported helper for /the /proc/timers implementation
struct k_itimer could be marked private, too.