Subversion Repositories NaviCtrl

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 41
Line 1... Line 1...
1
#ifndef _RAMFUNC_H
1
#ifndef _RAMFUNC_H
2
 #define _RAMFUNC_H
2
#define _RAMFUNC_H
Line 3... Line 3...
3
 
3
 
4
typedef  void (*pFunction)(void);
4
typedef  void (*pFunction)(void);
Line 5... Line 5...
5
#define __ramfunc __attribute__ ((long_call, section (".ramfunc")))
5
#define __ramfunc __attribute__ ((long_call, section (".ramfunc")))