/*
 * This header provides constants for most IRQ bindings.
 *
 * Most IRQ bindings include a flags cell as part of the IRQ specifier.
 * In most cases, the format of the flags cell uses the standard values
 * defined in this header.
 */

#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_IRQ_H
#define _DT_BINDINGS_INTERRUPT_CONTROLLER_IRQ_H

#define IRQ_TYPE_NONE		0
#define IRQ_TYPE_EDGE_RISING	1
#define IRQ_TYPE_EDGE_FALLING	2
#define IRQ_TYPE_EDGE_BOTH	(IRQ_TYPE_EDGE_FALLING | IRQ_TYPE_EDGE_RISING)
#define IRQ_TYPE_LEVEL_HIGH	4
#define IRQ_TYPE_LEVEL_LOW	8

#endif
>
<body>
<div id='cgit'><table id='header'>
<tr>
<td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.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='01fba20b5976e445676febbdf6dc78d71c6d7b62'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master' selected='selected'>master</option>
<option value='nds-private-remove'>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/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=01fba20b5976e445676febbdf6dc78d71c6d7b62'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/sound/core/seq/seq_clientmgr.h'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/sound/core/seq/seq_clientmgr.h?id=01fba20b5976e445676febbdf6dc78d71c6d7b62'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/sound/core/seq/seq_clientmgr.h?id=01fba20b5976e445676febbdf6dc78d71c6d7b62'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/sound/core/seq/seq_clientmgr.h?id=01fba20b5976e445676febbdf6dc78d71c6d7b62'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/sound/core/seq/seq_clientmgr.h'>
<input type='hidden' name='id' value='01fba20b5976e445676febbdf6dc78d71c6d7b62'/><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/?id=01fba20b5976e445676febbdf6dc78d71c6d7b62'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound?id=01fba20b5976e445676febbdf6dc78d71c6d7b62'>sound</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/core?id=01fba20b5976e445676febbdf6dc78d71c6d7b62'>core</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/core/seq?id=01fba20b5976e445676febbdf6dc78d71c6d7b62'>seq</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/core/seq/seq_clientmgr.h?id=01fba20b5976e445676febbdf6dc78d71c6d7b62'>seq_clientmgr.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/core/seq/seq_clientmgr.h?id=01fba20b5976e445676febbdf6dc78d71c6d7b62&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>