1221167Sgnn/*
2221167Sgnn * Copyright 2013 Red Hat Inc.
3221167Sgnn *
4221167Sgnn * Permission is hereby granted, free of charge, to any person obtaining a
5221167Sgnn * copy of this software and associated documentation files (the "Software"),
6221167Sgnn * to deal in the Software without restriction, including without limitation
7221167Sgnn * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8221167Sgnn * and/or sell copies of the Software, and to permit persons to whom the
9221167Sgnn * Software is furnished to do so, subject to the following conditions:
10221167Sgnn *
11221167Sgnn * The above copyright notice and this permission notice shall be included in
12221167Sgnn * all copies or substantial portions of the Software.
13221167Sgnn *
14221167Sgnn * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15221167Sgnn * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16221167Sgnn * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17221167Sgnn * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18221167Sgnn * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19221167Sgnn * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20221167Sgnn * OTHER DEALINGS IN THE SOFTWARE.
21221167Sgnn *
22221167Sgnn * Authors: Ben Skeggs <bskeggs@redhat.com>
23221167Sgnn */
24221167Sgnn
25221167Sgnn#define CHIPSET GF117
26221167Sgnn#include "macros.fuc"
27221167Sgnn
28221167Sgnn.section #gf117_grhub_data
29221167Sgnn#define INCLUDE_DATA
30221167Sgnn#include "com.fuc"
31221167Sgnn#include "hub.fuc"
32221167Sgnn#undef INCLUDE_DATA
33221167Sgnn
34221167Sgnn.section #gf117_grhub_code
35221167Sgnn#define INCLUDE_CODE
36221167Sgnnbra #init
37221167Sgnn#include "com.fuc"
38221167Sgnn#include "hub.fuc"
39221167Sgnn.align 256
40221167Sgnn#undef INCLUDE_CODE
41221167Sgnn