Line data Source code
1 1 : /** 2 : * @file lib/state/state.h 3 : * 4 : * @brief LP main state management 5 : * 6 : * This library is responsible for allows LPs to set their state entry 7 : * point and change it at runtime. 8 : * 9 : * SPDX-FileCopyrightText: 2008-2021 HPDCS Group <rootsim@googlegroups.com> 10 : * SPDX-License-Identifier: GPL-3.0-only 11 : */ 12 : #pragma once 13 : 14 0 : extern void state_lib_lp_init(void); 15 : 16 0 : extern void SetState(void *state);