• Dan Handley's avatar
    Add header guards to asm macro files · e2bf57f8
    Dan Handley authored
    Some assembly files containing macros are included like header files
    into other assembly files. This will cause assembler errors if they
    are included multiple times.
    
    Add header guards to assembly macro files to avoid assembler errors.
    
    Change-Id: Ia632e767ed7df7bf507b294982b8d730a6f8fe69
    e2bf57f8
asm_macros.S 5.76 KB