Revision 51464faf rwhandler.c

b/rwhandler.c
2 2
#include "ioport.h"
3 3
#include "cpu-all.h"
4 4

  
5
#if !defined(CONFIG_USER_ONLY)
6

  
7 5
#define RWHANDLER_WRITE(name, len, type) \
8 6
static void name(void *opaque, type addr, uint32_t value) \
9 7
{\
......
87 85
    }
88 86
    return 0;
89 87
}
90

  
91
#endif

Also available in: Unified diff