xref: /openbmc/linux/samples/rust/hostprogs/b.rs (revision 474be445555ba8f2e776b4b6458c310bc215f76b)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 //! Rust single host program sample: module `b`.
4 
5 pub(crate) const CONSTANT: i32 = 42;
6