mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
It would be convenient to have MTD user space consts and structs in the package. Checked that the regexes in unix/mkerrors.sh are not too general, and that all the defined constants in <mtd/mtd-user.h> are included in the generated code. Checked that all structs and enums added in unix/linux/types.go are complete. Fixes golang/go#46063 Change-Id: I190ac290f3f32a4f817cc7506df0dddb24d881b8 Reviewed-on: https://go-review.googlesource.com/c/sys/+/318211 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org>