summaryrefslogtreecommitdiff
path: root/elksemu/linux/vm86.h
blob: c09998084df58eb07d625d32d920e27927aab22f (plain)
1
2
3
4
5
6
7
8
/*
 * Since 1.3.99 vm86.h has moved from it's original position, this file
 * redirects sys/vm86.h to the correct location if it hasn't been updated
 * yet.
 *
 * Use "-idirafter . " on the command line.
 */
#include <asm/vm86.h>