Library mcertikos.devdrivers.HandlerIntroGenLinkSource

***********************************************************************
*                                                                     *
*            The CertiKOS Certified Kit Operating System              *
*                                                                     *
*                   The FLINT Group, Yale University                  *
*                                                                     *
*  Copyright The FLINT Group, Yale University.  All rights reserved.  *
*  This file is distributed under the terms of the Yale University    *
*  Non-Commercial License Agreement.                                  *
*                                                                     *
*********************************************************************** 

Require Import LinkSourceTemplate.
Require Import DConsole.
Require Import DConsoleCSource.

Require Import CDataTypes.

Definition DHandlerIntro_module: link_module :=
  {|
    lm_cfun :=
          lcf intr_default_handler f_intr_default_handler ::
      nil;
    lm_asmfun :=
      nil;
    lm_gvar :=
      nil
  |}.

Definition DHandlerIntro_impl `{CompCertiKOS} `{RealParams} :=
  link_impl DHandlerIntro_module dconsole.