[roll] Roll fuchsia [zxio] Move inception.h into cpp section of include dir

The zxio library has a primarily C interface and wraps declarations in
extern "C" blocks for use from C++. The inception.h header includes
several C++ definitions and can only be used by C++. This moves the
header into the cpp/ subdirectory to match our naming convention and
removes the extern "C" block from this header.

This leaves a forwarding header in the old location with a C++ check to
ease the transition for out-of-tree users of this header.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/535274
Original-Revision: 0d489f33c7909abc8b8dfd50b3d44a69aa7a00ee
GitOrigin-RevId: 91425f39866f4819b3dba180bbcde17c2ce00d26
Change-Id: If4803a4473892d36c7bae6ba5806a7e0f1656049
1 file changed
tree: ae65986dea820a505d8a320cacc0b07ddd465521
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.