tuxonice_incremental.c 354 B

123456789101112
  1. /*
  2. * kernel/power/tuxonice_incremental.c
  3. *
  4. * Copyright (C) 2014 Nigel Cunningham (nigel at tuxonice net)
  5. *
  6. * This file is released under the GPLv2.
  7. *
  8. * This file contains routines related to storing incremental images - that
  9. * is, retaining an image after an initial cycle and then storing incremental
  10. * changes on subsequent hibernations.
  11. */