1317027Sdim/*-
2317027Sdim * Copyright (c) 2012 Olivier Houchard.  All rights reserved.
3353358Sdim *
4353358Sdim * Redistribution and use in source and binary forms, with or without
5353358Sdim * modification, are permitted provided that the following conditions
6317027Sdim * are met:
7317027Sdim * 1. Redistributions of source code must retain the above copyright
8317027Sdim *    notice, this list of conditions and the following disclaimer.
9317027Sdim * 2. Redistributions in binary form must reproduce the above copyright
10317027Sdim *    notice, this list of conditions and the following disclaimer in the
11317027Sdim *    documentation and/or other materials provided with the distribution.
12317027Sdim *
13344779Sdim * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14344779Sdim * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15317027Sdim * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16317027Sdim * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17344779Sdim * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18317027Sdim * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19317027Sdim * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20317027Sdim * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21317027Sdim * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22317027Sdim * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23344779Sdim */
24317027Sdim
25317027Sdim
26344779Sdim/*
27317027Sdim * $FreeBSD$
28344779Sdim */
29341825Sdim
30344779Sdim#ifndef TI_SMC_H_
31317027Sdim#define TI_SMC_H_
32317027Sdimuint32_t ti_smc0(uint32_t r0, uint32_t r1, uint32_t function_id);
33327952Sdim#endif /* TI_SMC_H_ */
34317027Sdim