Chameleon

Chameleon Commit Details

Date:2010-09-26 08:05:17 (13 years 6 months ago)
Author:Evan Lojewski
Commit:553
Parents: 552
Message:device_number is used in multiple files, set it in the header file
Changes:
M/branches/meklort/i386/libsaio/device_inject.c
M/branches/meklort/i386/libsaio/device_inject.h

File differences

branches/meklort/i386/libsaio/device_inject.c
2424
2525
2626
27
2827
2928
3029
#endif
uint32_t devices_number = 1;
uint32_t builtin_set = 0;
struct DevPropString *string = 0;
uint8_t *stringdata = 0;
uint32_t stringlength = 0;
branches/meklort/i386/libsaio/device_inject.h
1515
1616
1717
18
18
1919
2020
2121
extern struct DevPropString *string;
extern uint8_t *stringdata;
extern uint32_t stringlength;
extern uint32_t devices_number;
extern void setupDeviceProperties(Node *node);
struct ACPIDevPath {

Archive Download the corresponding diff file

Revision: 553