~ubuntu-branches/ubuntu/lucid/basilisk2/lucid

« back to all changes in this revision

Viewing changes to src/Windows/ether_windows.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-03-06 19:33:01 UTC
  • mfrom: (2.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080306193301-cc2ofn705nfsq3y0
Tags: 0.9.20070407-4
* Update copyright-check cdbs snippet to parse licensecheck using perl:
  + No longer randomly drops newlines
  + More compact hint file (and ordered more like wiki-proposed new copyright
    syntax).
  + No longer ignore files without copyright.
* Update copyright_hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _ETHER_WINDOWS_H_
 
2
#define _ETHER_WINDOWS_H_
 
3
 
 
4
void enqueue_packet( const uint8 *buf, int sz );
 
5
 
 
6
#ifdef SHEEPSHAVER
 
7
extern uint8 ether_addr[6];
 
8
#endif
 
9
 
 
10
#endif // _ETHER_WINDOWS_H_