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 
22 
23 #endif // CPROVER_GOTO_INSTRUMENT_MMIO_H
void mmio(value_setst &, goto_modelt &, message_handlert &)
Definition: mmio.cpp:159