public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "frostflare" <frostflare@bol.com.br>
To: "gcc-help" <gcc-help@gcc.gnu.org>
Subject: problems compile again
Date: Fri, 02 Apr 2004 15:46:00 -0000	[thread overview]
Message-ID: <HVJVSX$98510363145E35670116C785E1631BFD@bol.com.br> (raw)

Hi,

Thats is true, but i don't know what it is.
this is the io.h code:

#ifndef  _SYS_IO_H
#define  _SYS_IO_H   1

#include <features.h>

__BEGIN_DECLS


extern int ioperm (unsigned long int __from, unsigned
long int __num, int __tu
extern int iopl (int __level);

extern unsigned int _inb (unsigned long int __port);
extern unsigned int _inb (unsigned long int __port);
extern unsigned int _inw (unsigned long int __port);
extern unsigned int _inl (unsigned long int __port);
extern void _outb (unsigned char __val, unsigned long
int __port);
extern void _outw (unsigned short __val, unsigned long
int __port);
extern void _outl (unsigned int __val, unsigned long
int __port);

#define inb _inb
#define inw _inw
#define inl _inl
#define outb   _outb
#define outw   _outw
#define outl   _outl
extern int pciconfig_read (unsigned long int __bus,
unsigned long int __dfn,
            unsigned long int __off, unsigned long int
__len,
            unsigned char *__buf);
extern int pciconfig_write (unsigned long int __bus,
unsigned long int __dfn,
             unsigned long int __off, unsigned long int
__len,
             unsigned char *__buf);

__END_DECLS

#endif /* _SYS_IO_H */


Can somebody look at it, and say to me where is the
problem?


Thankyou


 
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/


             reply	other threads:[~2004-04-02 15:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-02 15:46 frostflare [this message]
2004-04-02 16:17 ` Eljay Love-Jensen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='HVJVSX$98510363145E35670116C785E1631BFD@bol.com.br' \
    --to=frostflare@bol.com.br \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).