Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/bitops.h

    r8df5f20 rb60615b  
    5252 *
    5353 */
    54 _NO_TRACE static inline uint8_t fnzb32(uint32_t arg)
     54NO_TRACE static inline uint8_t fnzb32(uint32_t arg)
    5555{
    5656        uint8_t n = 0;
     
    8787 *
    8888 */
    89 _NO_TRACE static inline uint8_t fnzb64(uint64_t arg)
     89NO_TRACE static inline uint8_t fnzb64(uint64_t arg)
    9090{
    9191        uint8_t n = 0;
Note: See TracChangeset for help on using the changeset viewer.