summaryrefslogtreecommitdiff
path: root/tests/ttmtest/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ttmtest/configure.ac')
0 files changed, 0 insertions, 0 deletions
class="hl com"> * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ #ifndef __NOUVEAU_DEVICE_H__ #define __NOUVEAU_DEVICE_H__ struct nouveau_device { unsigned chipset; uint64_t vm_vram_base; }; #endif