Subversion Repositories Kolibri OS

Rev

Rev 2455 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2455 Rev 7727
Line 59... Line 59...
59
; Optional.
59
; Optional.
60
; Flushes the hardware cache, if it exists. Note that a driver should not
60
; Flushes the hardware cache, if it exists. Note that a driver should not
61
; implement a software cache for read/write, since they are called from the
61
; implement a software cache for read/write, since they are called from the
62
; kernel cache manager.
62
; kernel cache manager.
63
  .adjust_cache_size dd ?
63
  .adjust_cache_size dd ?
64
; unsigned int adjust_cache_size(unsigned int suggested_size);
64
; unsigned int adjust_cache_size(void* userdata, unsigned int suggested_size);
65
; Optional.
65
; Optional.
66
; Returns the cache size for this device in bytes. 0 = disable cache.
66
; Returns the cache size for this device in bytes. 0 = disable cache.
67
}
67
}
68
struc DISKMEDIAINFO
68
struc DISKMEDIAINFO
69
{
69
{