]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/_exports.h
x86: Don't export interrupt handlers with x86_64
authorSimon Glass <sjg@chromium.org>
Mon, 26 Sep 2016 03:33:31 +0000 (21:33 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 11 Oct 2016 03:55:33 +0000 (11:55 +0800)
commit5d7ec3d8d3f09293824d1486b33cbe578e896996
tree0acaccc4caad2cc2057bf659697ce127cbd520a9
parentfac3e796b915226e2dc92363826824be1589c3ef
x86: Don't export interrupt handlers with x86_64

We don't have a way of adjusting these at present so it is best to refuse to
export these functions. This can be implemented later if the API is required.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/_exports.h