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.

21 lines
271 B

  1. BOOLEAN
  2. FcIsThisFloppyCached(
  3. IN PUCHAR Buffer
  4. );
  5. VOID
  6. FcCacheFloppyDisk(
  7. PBIOS_PARAMETER_BLOCK Bpb
  8. );
  9. VOID
  10. FcUncacheFloppyDisk(
  11. VOID
  12. );
  13. ARC_STATUS
  14. FcReadFromCache(
  15. IN ULONG Offset,
  16. IN ULONG Length,
  17. OUT PUCHAR Buffer
  18. );