ckfwq/linux-3.0.4/arch/m68k/platform/68328/bootlogo.pl

11 lines
165 B
Perl
Raw Normal View History

2024-12-30 10:53:50 +08:00
$_ = join("", <>);
s/(0x[0-9a-f]{2})/sprintf("0x%.2x",ord(pack("b8",unpack("B8",chr(hex($1))))))/gei;
s/^ / .byte /gm;
s/[,};]+$//gm;
s/^static.*//gm;
print $_;