Coverage Report

Created: 2017-10-25 09:10

/root/src/xen/xen/include/asm/compat.h
Line
Count
Source (jump to first uncovered line)
1
/******************************************************************************
2
 * compat.h
3
 */
4
5
0
#define COMPAT_BITS_PER_LONG 32
6
7
typedef uint32_t compat_ptr_t;
8
typedef unsigned long full_ptr_t;