commit | a35d345812b2a745328e190af1417895604d7349 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Nov 16 18:22:57 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 16 18:22:57 2023 +0000 |
tree | 7d85b2326f22a597cae8d35bcc5bb38d34152e91 | |
parent | 17961b1962392a47cac53c84c3e7574013f58b2d [diff] | |
parent | 94a8a18be61f459120e48d6c3d4e058a22cf0592 [diff] |
Merge "Flag guard vfio_handler" into main
diff --git a/libs/libfdt/src/lib.rs b/libs/libfdt/src/lib.rs index b369390..0bacdde 100644 --- a/libs/libfdt/src/lib.rs +++ b/libs/libfdt/src/lib.rs
@@ -526,7 +526,7 @@ /// Phandle of a FDT node #[repr(transparent)] -#[derive(Debug, Copy, Clone, PartialEq)] +#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd)] pub struct Phandle(u32); impl Phandle {