Skip to content
  • Philippe Gerum's avatar
    ipipe: merge ipipe base definitions into main header · 83245e55
    Philippe Gerum authored
    linux/ipipe_base.h was originally designed to circumvment #include
    hell by exporting only a subset of core definitions with minimum
    dependencies to other inner headers.
    
    The latest code reorganization fixed this issue in a better way, and
    linux/ipipe.h is currently the only direct reader of
    linux/ipipe_base.h, so let's merge both headers back as linux/ipipe.h.
    83245e55