Changes in libcfa/src/startup.cfa [ced5e2a:fbb930e]
- File:
-
- 1 edited
-
libcfa/src/startup.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/startup.cfa
rced5e2a rfbb930e 43 43 void disable_interrupts() __attribute__(( weak )) libcfa_public {} 44 44 void enable_interrupts() __attribute__(( weak )) libcfa_public {} 45 bool poll_interrupts() __attribute__(( weak )) libcfa_public { return false; } 45 46 46 47
Note:
See TracChangeset
for help on using the changeset viewer.