Rev 1265 | Rev 1703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1265 | Rev 1702 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | */ |
27 | */ |
28 | 28 | ||
- | 29 | /** @addtogroup sparc64 |
|
- | 30 | * @{ |
|
- | 31 | */ |
|
- | 32 | /** @file |
|
- | 33 | */ |
|
- | 34 | ||
29 | #include <arch/interrupt.h> |
35 | #include <arch/interrupt.h> |
30 | #include <interrupt.h> |
36 | #include <interrupt.h> |
31 | #include <arch/types.h> |
37 | #include <arch/types.h> |
32 | #include <debug.h> |
38 | #include <debug.h> |
33 | #include <ipc/sysipc.h> |
39 | #include <ipc/sysipc.h> |
Line 49... | Line 55... | ||
49 | void irq_ipc_bind_arch(__native irq) |
55 | void irq_ipc_bind_arch(__native irq) |
50 | { |
56 | { |
51 | panic("not implemented\n"); |
57 | panic("not implemented\n"); |
52 | /* TODO */ |
58 | /* TODO */ |
53 | } |
59 | } |
- | 60 | ||
- | 61 | /** @} |
|
- | 62 | */ |
|
- | 63 |