Changes in libcfa/src/startup.cfa [a3821fa:e112a24]
- File:
-
- 1 edited
-
libcfa/src/startup.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/startup.cfa
ra3821fa re112a24 39 39 40 40 void disable_interrupts() __attribute__(( weak )) {} 41 void enable_interrupts () __attribute__(( weak )) {}41 void enable_interrupts_noPoll() __attribute__(( weak )) {} 42 42 } // extern "C" 43 43
Note:
See TracChangeset
for help on using the changeset viewer.