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