Changeset b60c582 in mainline for kernel/arch/arm32/src/asm.S


Ignore:
Timestamp:
2009-04-03T08:02:30Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2398ee9
Parents:
9be1d58
Message:

update for string changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/asm.S

    r9be1d58 rb60c582  
    3131
    3232.global memsetb
     33.global memsetw
    3334.global memcpy
    3435.global memcpy_from_uspace
     
    3940memsetb:
    4041        b _memsetb
     42
     43memsetw:
     44        b _memsetw
    4145
    4246memcpy:
Note: See TracChangeset for help on using the changeset viewer.