Commit Graph

1 Commits

Author SHA1 Message Date
Simon Glass
6f87163eda linux: Add buffer_head.h and journal-head.h stubs
Add stub headers for buffer head management:

- buffer_head.h: buffer head structure and state management
  functions (bh_*_bit helpers, BUFFER_FNS/TAS_BUFFER_FNS macros)
- journal-head.h: journal buffer head structure for jbd2

These provide minimal interfaces needed for ext4l filesystem
compilation in U-Boot.

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-18 12:34:17 -07:00