~ubuntu-branches/ubuntu/raring/yorick/raring

« back to all changes in this revision

Viewing changes to play/play.h

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut Paumard
  • Date: 2010-05-06 17:47:18 UTC
  • mfrom: (1.2.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100506174718-j26zbusz02k8hf6t
Tags: 2.1.06+dfsg-2
Deactivate check suite on MIPS due to bug #580524.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: play.h,v 1.3 2007/06/24 20:32:49 dhmunro Exp $
 
2
 * $Id: play.h,v 1.4 2010/04/08 10:53:49 thiebaut Exp $
3
3
 * portability layer programming model declarations
4
4
 */
5
5
/* Copyright (c) 2005, The Regents of the University of California.
8
8
 * Read the accompanying LICENSE file for details.
9
9
 */
10
10
 
 
11
#ifndef _PLAY_H
 
12
#define _PLAY_H 1
 
13
 
11
14
#include "plugin.h"
12
15
 
13
16
BEGIN_EXTERN_C
295
298
#define P_F10     0x020a
296
299
#define P_F11     0x020b
297
300
#define P_F12     0x020c
 
301
 
 
302
#endif /* _PLAY_H */