uuid-private.h revision 139721
190075Sobrien/*
290075Sobrien * uuid-private.h
390075Sobrien *
490075Sobrien * Copyright (c) 2005 Maksim Yevmenkin <m_evmenkin@yahoo.com>
590075Sobrien * All rights reserved.
690075Sobrien *
790075Sobrien * Redistribution and use in source and binary forms, with or without
890075Sobrien * modification, are permitted provided that the following conditions
990075Sobrien * are met:
1090075Sobrien * 1. Redistributions of source code must retain the above copyright
1190075Sobrien *    notice, this list of conditions and the following disclaimer.
1290075Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1390075Sobrien *    notice, this list of conditions and the following disclaimer in the
1490075Sobrien *    documentation and/or other materials provided with the distribution.
1590075Sobrien *
1690075Sobrien * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1790075Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1890075Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1990075Sobrien * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
2090075Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2190075Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2290075Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2390075Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2490075Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2590075Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2690075Sobrien * SUCH DAMAGE.
2790075Sobrien *
2890075Sobrien * $Id: uuid-private.h,v 1.1 2004/12/09 18:20:26 max Exp $
2990075Sobrien * $FreeBSD: head/usr.sbin/bluetooth/sdpd/uuid-private.h 139721 2005-01-05 18:37:37Z emax $
3090075Sobrien */
3190075Sobrien
3290075Sobrien#ifndef _UUID_PRIVATE_H_
3390075Sobrien#define _UUID_PRIVATE_H_
3490075Sobrien
3590075Sobrienextern	uint128_t	uuid_base;
3690075Sobrienextern	uint128_t	uuid_public_browse_group;
3790075Sobrien
3890075Sobrien#endif /* ndef _UUID_PRIVATE_H_ */
3990075Sobrien
4090075Sobrien