root/arch/mips/kernel/vm86.c

/* [previous][next][first][last][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. sys_vm86

   1 /*
   2  *  arch/mips/vm86.c
   3  *
   4  *  Copyright (C) 1994  Waldorf GMBH,
   5  *  written by Ralf Baechle
   6  */
   7 #include <linux/linkage.h>
   8 #include <linux/errno.h>
   9 #include <linux/vm86.h>
  10 
  11 asmlinkage int sys_vm86(struct vm86_struct * v86)
     /* [previous][next][first][last][top][bottom][index][help] */
  12 {
  13         return -ENOSYS;
  14 }

/* [previous][next][first][last][top][bottom][index][help] */