Parse Error - __irq

John Love-Jensen eljay@adobe.com
Wed Apr 12 12:49:00 GMT 2006


Hi Bindu,

What is __irq defined as?  (I don't care about IicInt.)

You should have something like this somewhere:
#define __irq magic_something_here

Example:
#define __irq __attribute__((interrupt("IRQ"))

q.v.
http://www.ohse.de/uwe/articles/gcc-attributes.html#func-interrupt

Thanks,
--Eljay



More information about the Gcc-help mailing list