Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002     .type   initrd_start,#object
0003     .globl  initrd_start
0004 initrd_start:
0005     .incbin INITRD
0006     .globl  initrd_end
0007 initrd_end: