150276Speter/**
2166124Srafan * Copyright (c) 2010-2012 Broadcom. All rights reserved.
3166124Srafan *
4166124Srafan * Redistribution and use in source and binary forms, with or without
5166124Srafan * modification, are permitted provided that the following conditions
6166124Srafan * are met:
7166124Srafan * 1. Redistributions of source code must retain the above copyright
8166124Srafan *    notice, this list of conditions, and the following disclaimer,
9166124Srafan *    without modification.
10166124Srafan * 2. Redistributions in binary form must reproduce the above copyright
11166124Srafan *    notice, this list of conditions and the following disclaimer in the
12166124Srafan *    documentation and/or other materials provided with the distribution.
13166124Srafan * 3. The names of the above-listed copyright holders may not be used
14166124Srafan *    to endorse or promote products derived from this software without
15166124Srafan *    specific prior written permission.
16166124Srafan *
17166124Srafan * ALTERNATIVELY, this software may be distributed under the terms of the
18166124Srafan * GNU General Public License ("GPL") version 2, as published by the Free
19166124Srafan * Software Foundation.
20166124Srafan *
21166124Srafan * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
22166124Srafan * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
23166124Srafan * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24166124Srafan * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
25166124Srafan * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26166124Srafan * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27166124Srafan * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
28166124Srafan * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29166124Srafan * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3050276Speter * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3150276Speter * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3250276Speter */
3350276Speter
3450276Speter#ifndef VCHI_MH_H_
3550276Speter#define VCHI_MH_H_
3650276Speter
3750276Speter#include <sys/types.h>
3850276Speter
3950276Spetertypedef int32_t VCHI_MEM_HANDLE_T;
4050276Speter#define VCHI_MEM_HANDLE_INVALID 0
4166963Speter
4250276Speter#endif
4350276Speter