]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/amd64/acpica/genwakecode.sh
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / sys / amd64 / acpica / genwakecode.sh
1 #!/bin/sh
2 # $FreeBSD$
3 #
4 file2c -sx 'static char wakecode[] = {' '};' <acpi_wakecode.bin
5
6 exit 0