Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/startup.cfa

    rced5e2a rfbb930e  
    4343        void disable_interrupts() __attribute__(( weak )) libcfa_public {}
    4444        void enable_interrupts() __attribute__(( weak )) libcfa_public {}
     45        bool poll_interrupts() __attribute__(( weak )) libcfa_public { return false; }
    4546
    4647
Note: See TracChangeset for help on using the changeset viewer.