summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica/genwakedata.sh
blob: 6d4181ecacafa045189d379423b96f96fd0b119a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# $FreeBSD$
#
nm -n --defined-only acpi_wakecode.o | while read offset dummy what
do
    echo "#define ${what}	0x${offset}"
done

exit 0
OpenPOWER on IntegriCloud