* API headers moved to api/ * smbus file added from libi2c and kernel i2c header cleaned up * fix compilation of swig and use i2c.h header Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
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"
|
|
}
|