~ubuntu-branches/ubuntu/raring/nictools-pci/raring

« back to all changes in this revision

Viewing changes to natsemi-diag.c

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2008-01-20 22:41:36 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080120224136-5bbdp3mt9ycvi1gu
Tags: 1.3.8-1.2
* Non-maintainer upload.
* Really add armel and armeb to the list of supported architectures
  (closes: #408787).

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
/* The following are required only with unaligned field accesses. */
94
94
#include <asm/types.h>
95
 
#include <asm/unaligned.h>
 
95
#include "unaligned.h"
96
96
 
97
97
#if defined(__linux__)  &&  __GNU_LIBRARY__ == 1
98
98
#include <asm/io.h>                     /* Newer libraries use <sys/io.h> instead. */