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