Ubuntu Pastebin

Paste from al at Sun, 2 Aug 2015 11:56:16 +0000

Download as text
1
2
3
4
5
6
#include <linux/i2c-dev.h>

int main(int argc, char *argv[])
{
    void *foo = i2c_smbus_access;
}
Download as text