Mirror of CollapseOS
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.

9 lines
175B

  1. .equ BLOCKDEV_SEEK_ABSOLUTE 0
  2. .equ BLOCKDEV_SEEK_FORWARD 1
  3. .equ BLOCKDEV_SEEK_BACKWARD 2
  4. .equ BLOCKDEV_SEEK_BEGINNING 3
  5. .equ BLOCKDEV_SEEK_END 4
  6. .equ BLOCKDEV_SIZE 8