xref: /openbmc/linux/samples/rust/hostprogs/b.rs (revision e51c94dd9c7af3d84b19d1753ee118f999c6c8dd)
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