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 value_setst;
18 class goto_modelt;
19 
20 void mmio(
21  value_setst &,
22  goto_modelt &);
23 
24 #endif // CPROVER_GOTO_INSTRUMENT_MMIO_H
mmio
void mmio(value_setst &, goto_modelt &)
Definition: mmio.cpp:159
goto_modelt
Definition: goto_model.h:25
value_setst
Definition: value_sets.h:21