~ubuntu-branches/debian/stretch/device-tree-compiler/stretch

« back to all changes in this revision

Viewing changes to tests/open_pack.c

  • Committer: Package Import Robot
  • Author(s): Riku Voipio
  • Date: 2014-01-03 16:22:27 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140103162227-plcrvw6dmbyfznsb
Tags: 1.4.0+dfsg-1
REALLY update to upstream version 1.4.0, closes: #725745

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <limits.h>
25
25
#include <stdint.h>
26
26
 
27
 
#include <fdt.h>
28
27
#include <libfdt.h>
29
28
 
30
29
#include "tests.h"