blob: 5babadb13f755539cf0c47ee81a5879cc14c8567 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __IPMI_SUPERMICRO_OEM_H
#define __IPMI_SUPERMICRO_OEM_H
#include <stdint.h>
void supermicro_ipmi_oem(const uint16_t kcs_port);
#endif /* __IPMI_SUPERMICRO_OEM_H */
|