arch-gcn3: Added missing header to hsa_driver.cc
authorBobby R. Bruce <bbruce@ucdavis.edu>
Mon, 31 Aug 2020 17:53:16 +0000 (10:53 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 1 Sep 2020 18:52:13 +0000 (18:52 +0000)
commitfd7d48ac19673fae3c4a2d4996307cb8084e7e18
treed91d5b5170be89f0869cedb8e5da22c9d709bb22
parent79e83c7d95985732979d48ace2f85caa33d7b5f5
arch-gcn3: Added missing header to hsa_driver.cc

`TypedBufferArg`, used in `src/dev/hsa/hsa_driver.cc` is defined in
`src/sim/syscall_emul_buf.hh` yet was not included. This commit adds
this missing header.

Change-Id: I3239a097eb71b6ebdad045eab6525a888a970f08
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33816
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Matt Sinclair <mattdsinclair@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/dev/hsa/hsa_driver.cc