Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
main( int argc, char ** argv, char ** envp )
{
if( argc <= 1 ) {
errno = EINVAL;
perror( "insufficient arguments" );
@williamspatrick
williamspatrick / gist:827361d777f47533a308
Created July 2, 2015 17:55
OpenPower v1.2.1 vs v1.4 release notes.
@williamspatrick
williamspatrick / gist:afa926a2c3f965a577e0
Created August 20, 2014 15:23
Hostboot code layout - user directory
Hardware Access / Drivers
devicefw
fsi
fsiscom
gpio
i2c
ibscom
mbox
pnor
scan