memtest86plus/system/smbus.h

18 lines
274 B
C
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0
#ifndef SMBUS_H
#define SMBUS_H
/**
* \file
*
* Provides functions for reading SPD via SMBUS
*
* Copyright (C) 2004-2022 Samuel Demeulemeester.
*/
/**
* Print SMBUS Info
*/
void print_smbus_startup_info(void);
#endif // SMBUS_H