Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.6 KiB

  1. /*
  2. * VPC-XT Revision 1.0
  3. *
  4. * Title : host.h
  5. *
  6. * Description : Host specific declarations for the machine dependant
  7. * modules of SoftPC.
  8. *
  9. * Author : Henry Nash
  10. *
  11. * Notes : Everything in here must portable !!!
  12. *
  13. * Mods: (r2.13): Added export reference to host_flip_real_floppy_ind(),
  14. * which will toggle on or off any indication that the
  15. * current SoftPC may be displaying concerning the allocation
  16. * of the real floppy drive. This function is exported by
  17. * xxxx_graph.c.
  18. */
  19. /* SccsID[]="@(#)host.h 1.3 8/6/90 Copyright Insignia Solutions Ltd."; */
  20. /*
  21. * ============================================================================
  22. * External declarations and macros
  23. * ============================================================================
  24. */
  25. extern void host_scroll_screen();
  26. extern void host_move_cursor();
  27. extern void host_enable_cursor();
  28. extern void host_disable_cursor();
  29. extern void host_cursor_off();
  30. extern void host_tty();
  31. extern void host_flip_real_floppy_ind();
  32. extern void host_ring_bell();
  33. extern void host_alarm();
  34. extern void host_sound_start();
  35. extern void host_sound_stop();
  36. extern void host_simulate();
  37. extern void host_cpu_init();
  38. extern void host_cpu_interrupt();
  39. extern void host_floppy_init();
  40. extern void host_floppy_term();
  41. extern void host_reset();
  42. extern void host_start_server();
  43. extern void host_terminate();
  44. extern boolean host_rdiskette_open_drive();
  45. /* Unix Utilities - xxxx_unix.c */
  46. extern char *host_get_cur_dir();
  47. #define C_LPT1 C_LPT1_NAME
  48. #define C_LPT2 C_LPT2_NAME