Statistics
| Branch: | Revision:

root / hw / qdev-dma.h @ c06aaf01

History | View | Annotate | Download (352 Bytes)

1 8292f75a David Gibson
/*
2 8292f75a David Gibson
 * Support for dma_addr_t typed properties
3 8292f75a David Gibson
 *
4 8292f75a David Gibson
 * Copyright (C) 2012 David Gibson, IBM Corporation.
5 8292f75a David Gibson
 *
6 8292f75a David Gibson
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 8292f75a David Gibson
 * See the COPYING file in the top-level directory.
8 8292f75a David Gibson
 */
9 8292f75a David Gibson
#define DEFINE_PROP_DMAADDR(_n, _s, _f, _d)                               \
10 e5332e63 David Gibson
    DEFINE_PROP_HEX64(_n, _s, _f, _d)