blob: e447a25d70568a48e46e33cff67a0e055ad85bee [file] [log] [blame]
Matt Spinler34aca012018-09-25 11:21:06 -05001#pragma once
2
3#include <host-ipmid/ipmid-api.h>
4
5namespace local
6{
7namespace users
8{
9
10/**
11 * @brief Enable all local BMC users
12 *
13 * Sets the UserEnabled property on all
14 * /xyz/openbmc_project/user/<user> objects.
15 *
16 * @return ipmi_ret_t - IPMI CC
17 */
18ipmi_ret_t enableUsers();
19
20}
21}