Subversion Repositories Kolibri OS

Rev

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

Rev 2007 Rev 2017
Line 1040... Line 1040...
1040
}
1040
}
Line 1041... Line 1041...
1041
 
1041
 
1042
static char  log[256];
1042
static char  log[256];
Line -... Line 1043...
-
 
1043
static pci_dev_t device;
-
 
1044
 
-
 
1045
u32_t
-
 
1046
#if defined(__GNUC__) && __GNUC__ >= 4
-
 
1047
// has sense only if -fwhole-program is used, like Makefile.lto
1043
static pci_dev_t device;
1048
__attribute__((externally_visible))
1044
 
1049
#endif
1045
u32_t drvEntry(int action, char *cmdline)
1050
drvEntry(int action, char *cmdline)
Line 1046... Line 1051...
1046
{
1051
{