repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-omap2
/
id.h
blob
d1735f4497e306a33c71165e07f07fb16c8f62ab
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* OMAP2 CPU identification code
4
*
5
* Copyright (C) 2010 Kan-Ru Chen <kanru@0xlab.org>
6
*/
7
#ifndef OMAP2_ARCH_ID_H
8
#define OMAP2_ARCH_ID_H
9
10
struct
omap_die_id
{
11
u32 id_0
;
12
u32 id_1
;
13
u32 id_2
;
14
u32 id_3
;
15
};
16
17
void
omap_get_die_id
(
struct
omap_die_id
*
odi
);
18
19
#endif