Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
dbus-sensors
/
5770a6fd6af5e393317c305094971a0390f626da
/
.
/
include
/
dbus-sensor_config.h.in
blob: 0e0768540ed313f6d1bfe1653682336d23d0f351 [
file
] [
log
] [
blame
]
#pragma
once
#include
<cstdint>
// clang-format off
constexpr
const
bool
validateUnsecureFeature
=
@VALIDATION_UNSECURE_FEATURE@
;
constexpr
const
bool
insecureSensorOverride
=
@INSECURE_UNRESTRICTED_SENSOR_OVERRIDE@
;
// clang-format on