Re: [PATCH 1/5] rust: time: doc: Add missing C header link to jiffies

From: Benno Lossin
Date: Tue Mar 26 2024 - 12:45:08 EST


On 24.03.24 23:33, Boqun Feng wrote:> The definitions related to jiffies are at linux/jiffies.h, and since
> `kernel::time` provides the functionality dealing with jiffies, it makes
> sense to add a link to it from Rust's time module.
>
> Signed-off-by: Boqun Feng <boqun.feng@xxxxxxxxx>
> ---
> rust/kernel/time.rs | 2 ++
> 1 file changed, 2 insertions(+)

Reviewed-by: Benno Lossin <benno.lossin@xxxxxxxxx>

--
Cheers,
Benno