Library mcertikos.devdrivers.LApicGenLinkSource
*********************************************************************** * * * 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 DIoApic.
Require Import DIoApicCSource.
Definition DLApic_module: link_module :=
{|
lm_cfun :=
lcf lapic_init f_lapic_init ::
lcf lapic_eoi f_lapic_eoi ::
nil;
lm_asmfun :=
nil;
lm_gvar :=
nil
|}.
Definition DLApic_impl `{CompCertiKOS} `{RealParams} :=
link_impl DLApic_module dioapic.