diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-20 13:03:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-20 13:03:20 +0000 |
commit | a3311933f3fbdca7779b1ce478105eb095bdb02e (patch) | |
tree | 23b2aa78ef7e4f5b8319ecb7c71715bb296e60ee /perl-install/c/stuff.xs.pm | |
parent | d634261666945054c44718d00b9bc2a48e56bbd6 (diff) | |
download | drakx-backup-do-not-use-a3311933f3fbdca7779b1ce478105eb095bdb02e.tar drakx-backup-do-not-use-a3311933f3fbdca7779b1ce478105eb095bdb02e.tar.gz drakx-backup-do-not-use-a3311933f3fbdca7779b1ce478105eb095bdb02e.tar.bz2 drakx-backup-do-not-use-a3311933f3fbdca7779b1ce478105eb095bdb02e.tar.xz drakx-backup-do-not-use-a3311933f3fbdca7779b1ce478105eb095bdb02e.zip |
have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the parameter any more)
Diffstat (limited to 'perl-install/c/stuff.xs.pm')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 590053618..bcc14f24a 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -78,6 +78,9 @@ void initIMPS2() { tcflush (fd, TCIFLUSH); tcdrain(fd); } + +void log_message(const char * s, ...) {} + '; print ' @@ -104,6 +107,9 @@ Xtest(display) '; $ENV{C_DRAKX} and print ' +char * +pcmcia_probe() + void setMouseLive(display, type, emulate3buttons) char *display |