Subversion Repositories Kolibri OS

Rev

Rev 1630 | Rev 1963 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1630 Rev 1877
Line 1011... Line 1011...
1011
}
1011
}
Line 1012... Line 1012...
1012
 
1012
 
1013
static char  log[256];
1013
static char  log[256];
Line -... Line 1014...
-
 
1014
static pci_dev_t device;
-
 
1015
 
-
 
1016
u32_t
-
 
1017
#if defined(__GNUC__) && __GNUC__ >= 4
-
 
1018
// has sense only if -fwhole-program is used, like Makefile.lto
1014
static pci_dev_t device;
1019
__attribute__((externally_visible))
1015
 
1020
#endif
1016
u32_t drvEntry(int action, char *cmdline)
1021
drvEntry(int action, char *cmdline)
Line 1017... Line 1022...
1017
{
1022
{