CBMC
mmio.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Memory-mapped I/O Instrumentation for Goto Programs
4
5
Author: Daniel Kroening
6
7
Date: September 2011
8
9
\*******************************************************************/
10
13
14
#ifndef CPROVER_GOTO_INSTRUMENT_MMIO_H
15
#define CPROVER_GOTO_INSTRUMENT_MMIO_H
16
17
class
message_handlert
;
18
class
value_setst
;
19
class
goto_modelt
;
20
21
void
mmio
(
value_setst
&,
goto_modelt
&,
message_handlert
&);
22
23
#endif
// CPROVER_GOTO_INSTRUMENT_MMIO_H
goto_modelt
Definition:
goto_model.h:27
message_handlert
Definition:
message.h:27
value_setst
Definition:
value_sets.h:22
mmio
void mmio(value_setst &, goto_modelt &, message_handlert &)
Definition:
mmio.cpp:159
src
goto-instrument
mmio.h
Generated by
1.9.1