root/src/system/boot/platform/bios_ia32/long.h
/*
 * Copyright 2012, Alex Smith, alex@alex-smith.me.uk.
 * Distributed under the terms of the MIT License.
 */
#ifndef LONG_H
#define LONG_H


#include <SupportDefs.h>


extern void long_start_kernel();


#endif /* LONG_H */