hi,
I am using TS_TPC_7390 board with Eclipse IDE with Windows platform.
following is the code in interrupt.h file to be included in the
program,
/* SoftIRQ primitives. */
#define local_bh_disable() \
do { add_preempt_count(SOFTIRQ_OFFSET); barrier(); }
while (0)
#define __local_bh_enable() \
do { barrier(); sub_preempt_count(SOFTIRQ_OFFSET); }
while (0)
now, my IDE is giving me an error for each '\' at the end of line.
will it do if I remove the '\'? or it has any special meaning. also it
is not feasible to remove all '\' signs in all the header files. does
it have any workaround?
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|