#ifndef _UAPI_LINUX_HW_BREAKPOINT_H
#define _UAPI_LINUX_HW_BREAKPOINT_H

enum {
	HW_BREAKPOINT_LEN_1 = 1,
	HW_BREAKPOINT_LEN_2 = 2,
	HW_BREAKPOINT_LEN_3 = 3,
	HW_BREAKPOINT_LEN_4 = 4,
	HW_BREAKPOINT_LEN_5 = 5,
	HW_BREAKPOINT_LEN_6 = 6,
	HW_BREAKPOINT_LEN_7 = 7,
	HW_BREAKPOINT_LEN_8 = 8,
};

enum {
	HW_BREAKPOINT_EMPTY	= 0,
	HW_BREAKPOINT_R		= 1,
	HW_BREAKPOINT_W		= 2,
	HW_BREAKPOINT_RW	= HW_BREAKPOINT_R | HW_BREAKPOINT_W,
	HW_BREAKPOINT_X		= 4,
	HW_BREAKPOINT_INVALID   = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
};

enum bp_type_idx {
	TYPE_INST 	= 0,
#ifdef CONFIG_HAVE_MIXED_BREAKPOINTS_REGS
	TYPE_DATA	= 0,
#else
	TYPE_DATA	= 1,
#endif
	TYPE_MAX
};

#endif /* _UAPI_LINUX_HW_BREAKPOINT_H */
.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='b3f2d07f4649adcf6905953a10d217b5683e4077'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master'>master</option>
<option value='nds-private-remove' selected='selected'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/?h=nds-private-remove'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?h=nds-private-remove&amp;id=b3f2d07f4649adcf6905953a10d217b5683e4077'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/sound/ppc/burgundy.h?h=nds-private-remove'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/sound/ppc/burgundy.h?h=nds-private-remove&amp;id=b3f2d07f4649adcf6905953a10d217b5683e4077'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/sound/ppc/burgundy.h?h=nds-private-remove&amp;id=b3f2d07f4649adcf6905953a10d217b5683e4077'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/sound/ppc/burgundy.h?h=nds-private-remove&amp;id=b3f2d07f4649adcf6905953a10d217b5683e4077'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/sound/ppc/burgundy.h'>
<input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='b3f2d07f4649adcf6905953a10d217b5683e4077'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?h=nds-private-remove&amp;id=b3f2d07f4649adcf6905953a10d217b5683e4077'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound?h=nds-private-remove&amp;id=b3f2d07f4649adcf6905953a10d217b5683e4077'>sound</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/ppc?h=nds-private-remove&amp;id=b3f2d07f4649adcf6905953a10d217b5683e4077'>ppc</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/ppc/burgundy.h?h=nds-private-remove&amp;id=b3f2d07f4649adcf6905953a10d217b5683e4077'>burgundy.h</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/sound/ppc/burgundy.h?h=nds-private-remove&amp;id=b3f2d07f4649adcf6905953a10d217b5683e4077&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>