1
2/*
3 * Copyright (C) Texas Instruments - http://www.ti.com/
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 * Lesser General Public License for more details.
15 *
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
20 */
21/* =============================================================================
22*             Texas Instruments OMAP(TM) Platform Software
23*  (c) Copyright Texas Instruments, Incorporated.  All Rights Reserved.
24*
25*  Use of this software is controlled by the terms and conditions found
26*  in the license agreement under which this software has been supplied.
27* ============================================================================
28* */
29/**
30* @file decode_common_ti.h
31*
32* Auto-generated UUID structures for DSP/BIOS Bridge nodes.
33* Do not modify.
34*
35* @path $(CSLPATH)\
36*
37* @rev 1.0
38*/
39/* ---------------------------------------------------------------------------
40 * */
41
42#ifndef DECODE_COMMON_TI_H
43#define DECODE_COMMON_TI_H
44
45/* This is USN UUID */
46struct DSP_UUID USN_TI_UUID = {
47   0x79A3C8B3, 0x95F2, 0x403F, 0x9A, 0x4B, {
48   0xCF, 0x80, 0x57, 0x73, 0x05, 0x41
49   }
50};
51
52struct DSP_UUID DCTN_TI_UUID = {
53	0xa62dc01d, 0x0c11, 0x4bdc, 0xaa, 0xf5, {
54	0xa9, 0xda, 0x67, 0x45, 0x99, 0x6e
55    }
56};
57
58/* This is MMMDN UUID */
59struct DSP_UUID MMMDN_TI_UUID = {
60	0xa62dc01d, 0x0c11, 0x4bdc, 0xaa, 0xf5, {
61	0xa9, 0xda, 0x67, 0x45, 0x99, 0x6e
62    }
63};
64
65/* This is ACDN UUID */
66struct DSP_UUID ACDN_TI_UUID = {
67	0xb87e457e, 0x0cb6, 0x49e4, 0x84, 0x05, {
68	0x1f, 0x58, 0x2f, 0xc7, 0xb1, 0xb8
69    }
70};
71
72#endif /* DECODE_COMMON_TI_H */
73
74
75