1 2 3 4 5 6 7
#include <third/boot/bp.h> int boot(); int amd64_quirks(BpBootinfo *info) { return boot(); }