9 lines
120 B
C++
9 lines
120 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
// This header is required to remove the issues with g++ name mangling
|
||
|
|
|
||
|
|
extern "C"
|
||
|
|
{
|
||
|
|
#include "smbus.h"
|
||
|
|
}
|