~ubuntu-branches/ubuntu/lucid/ndiswrapper/lucid

« back to all changes in this revision

Viewing changes to driver/loader.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2005-11-16 23:39:48 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051116233948-00yddqygl6w65vzg
Tags: 1.5-1ubuntu1
Resynchronise with Debian.  (Totally me!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        struct load_driver_file bin_files[MAX_NDIS_BIN_FILES];
56
56
};
57
57
 
58
 
#define NDIS_REGISTER_DEVICES   _IOW('N', 0, struct load_devices *)
59
 
#define NDIS_LOAD_DRIVER        _IOW('N', 1, struct load_driver *)
 
58
#define NDIS_REGISTER_DEVICES   _IOW(('N' + 'd' + 'i' + 'S'), 0,        \
 
59
                                     struct load_devices *)
 
60
#define NDIS_LOAD_DRIVER        _IOW(('N' + 'd' + 'i' + 'S'), 1,        \
 
61
                                     struct load_driver *)
60
62
 
61
63
int loader_init(void);
62
64
void loader_exit(void);