11590Srgrimes/**
254677Smarcel * Copyright (c) 2010-2012 Broadcom. All rights reserved.
31590Srgrimes *
4265420Simp * Redistribution and use in source and binary forms, with or without
5156813Sru * modification, are permitted provided that the following conditions
6108435Sobrien * are met:
7108435Sobrien * 1. Redistributions of source code must retain the above copyright
81590Srgrimes *    notice, this list of conditions, and the following disclaimer,
996201Sdes *    without modification.
1083391Sru * 2. Redistributions in binary form must reproduce the above copyright
111590Srgrimes *    notice, this list of conditions and the following disclaimer in the
12298107Sgjb *    documentation and/or other materials provided with the distribution.
13156813Sru * 3. The names of the above-listed copyright holders may not be used
14137675Sbz *    to endorse or promote products derived from this software without
15137675Sbz *    specific prior written permission.
16108435Sobrien *
17108435Sobrien * ALTERNATIVELY, this software may be distributed under the terms of the
18108435Sobrien * GNU General Public License ("GPL") version 2, as published by the Free
19108435Sobrien * Software Foundation.
20275042Sbapt *
21156813Sru * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
22275042Sbapt * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
23137675Sbz * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24108435Sobrien * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
25298107Sgjb * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26298107Sgjb * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27156813Sru * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
28298107Sgjb * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29298107Sgjb * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30298107Sgjb * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31139396Sache * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3229322Swosch */
331590Srgrimes
34156813Sru#ifndef VCHIQ_2835_H
3529322Swosch#define VCHIQ_2835_H
36139396Sache
3729322Swosch#include "vchiq_pagelist.h"
38278664Sbapt
39278664Sbapt#define VCHIQ_PLATFORM_FRAGMENTS_OFFSET_IDX 0
40278664Sbapt#define VCHIQ_PLATFORM_FRAGMENTS_COUNT_IDX  1
41278664Sbapt
42278664Sbapt#endif /* VCHIQ_2835_H */
43278664Sbapt