~ubuntu-branches/ubuntu/utopic/vice/utopic

« back to all changes in this revision

Viewing changes to src/plus4/plus4model.h

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-05-10 21:08:23 UTC
  • mfrom: (17.2.1 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140510210823-r7x98jmpl1x7rgop
Tags: 2.4.dfsg+2.4.6-1ubuntu1
Use autotools-dev to update config.{sub,guess} for new arches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#define PLUS4MODEL_UNKNOWN 99
42
42
 
43
43
extern int plus4model_get(void);
44
 
extern int plus4model_get_temp(int video, int ramsize, int hasspeech, int hasacia);
45
44
extern void plus4model_set(int model);
46
 
extern void plus4model_set_temp(int model, int *ted_model, int *ramsize, int *hasspeech, int *hasacia);
47
45
 
48
46
#endif