~ubuntu-branches/ubuntu/trusty/libgii/trusty

« back to all changes in this revision

Viewing changes to gg/cpuid.h

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-10-17 19:36:15 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061017193615-6civk5a1i4n1kyb0
Tags: 1:1.0.1-3
Fixed "ggtick is missing". Closes: #388682.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: cpuid.h,v 1.2 2004/10/27 06:19:11 cegger Exp $
 
2
***************************************************************************
 
3
 
 
4
   LibGG - General runtime CPU-type detection code.
 
5
 
 
6
   Copyright (C) 2002  Brian S. Julin   [bri@tull.umassp.edu]
 
7
   Copyright (C) 2003  Christoph Egger   [Christoph_Egger@t-online.de]
 
8
 
 
9
   Permission is hereby granted, free of charge, to any person obtaining a
 
10
   copy of this software and associated documentation files (the "Software"),
 
11
   to deal in the Software without restriction, including without limitation
 
12
   the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
13
   and/or sell copies of the Software, and to permit persons to whom the
 
14
   Software is furnished to do so, subject to the following conditions:
 
15
 
 
16
   The above copyright notice and this permission notice shall be included in
 
17
   all copies or substantial portions of the Software.
 
18
 
 
19
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
20
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
21
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 
22
   THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 
23
   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
24
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
25
 
 
26
***************************************************************************
 
27
*/
 
28
 
 
29
#ifndef _GG_INTERNAL_CPUID_H
 
30
#define _GG_INTERNAL_CPUID_H
 
31
 
 
32
#include "config.h"
 
33
#include <ggi/gg.h>
 
34
 
 
35
 
 
36
#endif  /* _GG_INTERNAL_CPUID_H */